aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2019-03-21 09:49:54 +0000
committerPJ Fanning <fanningpj@apache.org>2019-03-21 09:49:54 +0000
commit4dc28798bf9c61a0481b8cfe24fc73024d777956 (patch)
treee73e0420759814edf47b65a875109bb3dd43a449 /build.xml
parentfabbab41f0275378d8f4a2d6755c971d6a796fb8 (diff)
downloadpoi-4dc28798bf9c61a0481b8cfe24fc73024d777956.tar.gz
poi-4dc28798bf9c61a0481b8cfe24fc73024d777956.zip
commons-collections4 - 4.3
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1855973 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 2bfe6c0607..8bfd20a69d 100644
--- a/build.xml
+++ b/build.xml
@@ -200,9 +200,9 @@ under the License.
<property name="main.ant.url" value="${repository.m2}/maven2/org/apache/ant/ant/1.10.1/ant-1.10.1.jar"/>
<property name="main.antlauncher.jar" location="${main.lib}/ant-launcher-1.10.1.jar"/>
<property name="main.antlauncher.url" value="${repository.m2}/maven2/org/apache/ant/ant-launcher/1.10.1/ant-launcher-1.10.1.jar"/>
- <property name="main.commons-collections4.jar" location="${main.lib}/commons-collections4-4.2.jar"/>
+ <property name="main.commons-collections4.jar" location="${main.lib}/commons-collections4-4.3.jar"/>
<property name="main.commons-collections4.url"
- value="${repository.m2}/maven2/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar"/>
+ value="${repository.m2}/maven2/org/apache/commons/commons-collections4/4.3/commons-collections4-4.3.jar"/>
<property name="main.commons-math3.jar" location="${main.lib}/commons-math3-3.6.1.jar"/>
<property name="main.commons-math3.url"
value="${repository.m2}/maven2/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar"/>
@@ -648,6 +648,7 @@ under the License.
<include name="commons-compress-1.16*"/>
<include name="commons-compress-1.17*"/>
<include name="commons-collections4-4.1*"/>
+ <include name="commons-collections4-4.2*"/>
<include name="commons-logging-1.1*.jar"/>
<include name="findbugs-noUpdateChecks-2.0.3*"/>
<include name="jacoco-0.6*"/>