From e740694111a99da32f8e821a21b48a73eaae0b0b Mon Sep 17 00:00:00 2001 From: Gintas Grigelionis Date: Mon, 25 Dec 2017 12:28:39 +0100 Subject: [PATCH] Update commons-net and fix compilation on Java 5 --- WHATSNEW | 4 +++- fetch.xml | 1 + lib/libraries.properties | 4 +++- src/etc/poms/ant-commons-net/pom.xml | 2 +- src/etc/poms/ant-javamail/pom.xml | 2 +- src/etc/poms/ant-jdepend/pom.xml | 2 +- 6 files changed, 10 insertions(+), 5 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index c3a962560..2b383da3e 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -19,7 +19,7 @@ Fixed bugs: Bugzilla Report 60644 * Improvement to the Zip task for reduced memory usage in certain - cases. Thanks to Glen Lewis for reporting the issue and + cases. Thanks to Glen Lewis for reporting the issue and suggesting the fix. Bugzilla Report 19516 @@ -67,6 +67,8 @@ Other changes: for Ivy and AntUnit to facilitate releases and updates, respectively. Github Pull Request #50 +* Updated Commons Net to the latest Java 5 compatible version (2.2). + Changes from Ant 1.9.8 TO Ant 1.9.9 =================================== diff --git a/fetch.xml b/fetch.xml index dc8af7280..b92673eb8 100644 --- a/fetch.xml +++ b/fetch.xml @@ -315,6 +315,7 @@ Set -Ddest=LOCATION on the command line description="load Java Mail" depends="init"> + javax.activation activation - 1.1 + 1.1.1 compile diff --git a/src/etc/poms/ant-jdepend/pom.xml b/src/etc/poms/ant-jdepend/pom.xml index d57b7795f..1e7fbda5b 100644 --- a/src/etc/poms/ant-jdepend/pom.xml +++ b/src/etc/poms/ant-jdepend/pom.xml @@ -47,7 +47,7 @@ jdepend jdepend - 2.7 + 2.9.1 compile