Harmonize java.mail dependency management

Closes gh-4588
This commit is contained in:
Stephane Nicoll 2015-11-26 16:58:47 +01:00
parent e5ea0252cd
commit 8ede966708
1 changed files with 8 additions and 0 deletions

View File

@ -105,6 +105,10 @@
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
</exclusion>
<exclusion>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
@ -121,5 +125,9 @@
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId>
</dependency>
<dependency>
<groupId>com.sun.mail</groupId>
<artifactId>javax.mail</artifactId>
</dependency>
</dependencies>
</project>