Browse Source

Fix the ant-javamail pom too, to use the right dependency

master
Jaikiran Pai 6 years ago
parent
commit
94ef3d3bf5
1 changed files with 4 additions and 8 deletions
  1. +4
    -8
      src/etc/poms/ant-javamail/pom.xml

+ 4
- 8
src/etc/poms/ant-javamail/pom.xml View File

@@ -45,17 +45,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<scope>compile</scope>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
<artifactId>javax.mail-api</artifactId>
<!-- This brings in the necessary dependencies.
See https://javaee.github.io/javamail/#Download_JavaMail_Release -->
<groupId>com.sun.mail</groupId>
<artifactId>javax.mail</artifactId>
<version>1.5.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
<version>1.1.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<plugins>


Loading…
Cancel
Save