summaryrefslogtreecommitdiff
path: root/fetch.xml
diff options
context:
space:
mode:
authorJaikiran Pai <jaikiran@apache.org>2018-08-13 20:15:35 +0530
committerJaikiran Pai <jaikiran@apache.org>2018-08-13 20:15:35 +0530
commit063e112ed48add153bac14fee811c54fc2234924 (patch)
treeeb33e457f5f20b4f4868381eec61c13f33cc0e33 /fetch.xml
parentbd58cb2941c8ca419d89e348b9a616b4c95cc063 (diff)
parent42812995d072792497dba1faeb60a3f2ad61f364 (diff)
downloadant-063e112ed48add153bac14fee811c54fc2234924.tar.gz
Merge 1.9.x branch into master
Diffstat (limited to 'fetch.xml')
-rw-r--r--fetch.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/fetch.xml b/fetch.xml
index 9a98699a9..0e4ced440 100644
--- a/fetch.xml
+++ b/fetch.xml
@@ -333,7 +333,11 @@ Set -Ddest=LOCATION on the command line
<target name="javamail"
description="load Java Mail"
depends="init">
- <f2 project="javax.mail" archive="javax.mail-api"/>
+ <!-- We only need this one dependency as per
+ the project doc https://javaee.github.io/javamail/#Download_JavaMail_Release
+ This alone should bring in all necessary dependencies (including the API
+ jars and the activation jars -->
+ <f2 project="com.sun.mail" archive="javax.mail"/>
</target>
<target name="jspc"