Browse Source

Merge 1.9.x branch into master

master
Jaikiran Pai 6 years ago
parent
commit
c9c41729a6
1 changed files with 5 additions and 3 deletions
  1. +5
    -3
      src/etc/poms/ant-javamail/pom.xml

+ 5
- 3
src/etc/poms/ant-javamail/pom.xml View File

@@ -45,12 +45,14 @@ 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.6.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
</dependencies>
<build>
<plugins>
<plugin>


Loading…
Cancel
Save