diff options
author | Tim Allison <tallison@apache.org> | 2018-08-16 18:36:47 +0000 |
---|---|---|
committer | Tim Allison <tallison@apache.org> | 2018-08-16 18:36:47 +0000 |
commit | 7a59d0441b45cf48d834d28aad77c152181d9a58 (patch) | |
tree | 6b062e2b9eeee92e3a8d59a2def3de587b938edc /build.xml | |
parent | 5833e6fe953deb70cccd9fea2acfc7d90edfcce2 (diff) | |
download | poi-7a59d0441b45cf48d834d28aad77c152181d9a58.tar.gz poi-7a59d0441b45cf48d834d28aad77c152181d9a58.zip |
62630 -- upgrad commons-compress
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1838214 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -203,9 +203,9 @@ under the License. <property name="ooxml.xmlbeans.jar" location="${ooxml.lib}/xmlbeans-3.0.0.jar"/> <property name="ooxml.xmlbeans.url" value="https://repository.apache.org/content/repositories/releases/org/apache/xmlbeans/xmlbeans/3.0.0/xmlbeans-3.0.0.jar"/> - <property name="ooxml.commons-compress.jar" location="${main.lib}/commons-compress-1.17.jar"/> + <property name="ooxml.commons-compress.jar" location="${main.lib}/commons-compress-1.18.jar"/> <property name="ooxml.commons-compress.url" - value="${repository.m2}/maven2/org/apache/commons/commons-compress/1.17/commons-compress-1.17.jar"/> + value="${repository.m2}/maven2/org/apache/commons/commons-compress/1.18/commons-compress-1.17.jar"/> <!-- coverage libs --> <property name="jacoco.zip" location="${main.lib}/jacoco-0.8.1.zip"/> @@ -588,6 +588,7 @@ under the License. <include name="commons-codec-1.9*"/> <include name="commons-codec-1.10*"/> <include name="commons-compress-1.16*"/> + <include name="commons-compress-1.17*"/> <include name="commons-collections4-4.1*"/> <include name="commons-logging-1.1*.jar"/> <include name="findbugs-noUpdateChecks-2.0.3*"/> |