diff options
author | PJ Fanning <fanningpj@apache.org> | 2019-08-31 13:49:52 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2019-08-31 13:49:52 +0000 |
commit | 59edd12377136a61ac888018dd035591e4cf1538 (patch) | |
tree | 48d19207b616cbd29765faa83bc1f7e1e214dd3e /build.xml | |
parent | 9baf2e73d93a6eda3897a3831be4693cea57eb5e (diff) | |
download | poi-59edd12377136a61ac888018dd035591e4cf1538.tar.gz poi-59edd12377136a61ac888018dd035591e4cf1538.zip |
upgrade to commons-collections4 4.4
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1866212 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 9 |
1 files changed, 5 insertions, 4 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.3.jar"/> + <property name="main.commons-collections4.jar" location="${main.lib}/commons-collections4-4.4.jar"/> <property name="main.commons-collections4.url" - value="${repository.m2}/maven2/org/apache/commons/commons-collections4/4.3/commons-collections4-4.3.jar"/> + value="${repository.m2}/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.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"/> @@ -654,6 +654,7 @@ under the License. <include name="commons-compress-1.17*"/> <include name="commons-collections4-4.1*"/> <include name="commons-collections4-4.2*"/> + <include name="commons-collections4-4.3*"/> <include name="commons-logging-1.1*.jar"/> <include name="findbugs-noUpdateChecks-2.0.3*"/> <include name="jacoco-0.6*"/> @@ -681,8 +682,8 @@ under the License. <include name="mockito-core-2*.jar"/> <include name="byte-buddy-*1.7*.jar"/> <include name="byte-buddy-*1.9*.jar"/> - <include name="lib/jaxb-api-2.3.0.jar"/> - <include name="lib/jaxb-impl-2.3.0.1.jar"/> + <include name="jaxb-api-2.3.0.jar"/> + <include name="jaxb-impl-2.3.0.1.jar"/> </fileset> <fileset dir="${ooxml.lib}"> <!-- remove jars from previous versions, but not the current version --> |