diff options
author | PJ Fanning <fanningpj@apache.org> | 2019-03-21 09:49:54 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2019-03-21 09:49:54 +0000 |
commit | 4dc28798bf9c61a0481b8cfe24fc73024d777956 (patch) | |
tree | e73e0420759814edf47b65a875109bb3dd43a449 /build.xml | |
parent | fabbab41f0275378d8f4a2d6755c971d6a796fb8 (diff) | |
download | poi-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.xml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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*"/> |