Skip to content

Commit

Permalink
escluso javax.mail dai pom
Browse files Browse the repository at this point in the history
  • Loading branch information
mspasiano committed Sep 2, 2016
1 parent 3135bfd commit 2419da5
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 8 deletions.
6 changes: 6 additions & 0 deletions SIGLA/pom.xml
Expand Up @@ -581,6 +581,12 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-email</artifactId>
<version>1.3.3</version>
<exclusions>
<exclusion>
<artifactId>mail</artifactId>
<groupId>javax.mail</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>xml-security</groupId>
Expand Down
25 changes: 17 additions & 8 deletions sigla-ejb/pom.xml
Expand Up @@ -49,6 +49,12 @@
<classifier>wildfly</classifier>
<type>ejb</type>
<scope>provided</scope>
<exclusions>
<exclusion>
<artifactId>mail</artifactId>
<groupId>javax.mail</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>it.cnr</groupId>
Expand All @@ -74,13 +80,6 @@
<version>9.0.2.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
<version>1.4.1</version>
<type>jar</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet.jsp</groupId>
<artifactId>jsp-api</artifactId>
Expand Down Expand Up @@ -260,6 +259,10 @@
<artifactId>geronimo-jms_1.1_spec</artifactId>
<groupId>org.apache.geronimo.specs</groupId>
</exclusion>
<exclusion>
<artifactId>mail</artifactId>
<groupId>javax.mail</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down Expand Up @@ -312,6 +315,12 @@
<artifactId>jaxb2-basics-runtime</artifactId>
<version>0.5.3</version>
<scope>provided</scope>
</dependency>
</dependency>
<dependency>
<groupId>com.sun.mail</groupId>
<artifactId>javax.mail</artifactId>
<version>1.5.5</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
1 change: 1 addition & 0 deletions sigla-ws-client/pom.xml
Expand Up @@ -169,6 +169,7 @@
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
<version>1.4.7</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 2419da5

Please sign in to comment.