diff options
author | PJ Fanning <fanningpj@apache.org> | 2020-02-14 23:00:49 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2020-02-14 23:00:49 +0000 |
commit | 71ec0721c82a62ecc8d8755a92ed1d5d92270e3d (patch) | |
tree | 983fe8329dbc0a5b122fd14b0b73bad9483eacc9 /build.xml | |
parent | 33fdbda1b41254ea37134833d6fc46aa63ecc580 (diff) | |
download | poi-71ec0721c82a62ecc8d8755a92ed1d5d92270e3d.tar.gz poi-71ec0721c82a62ecc8d8755a92ed1d5d92270e3d.zip |
commons-compress 1.20
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1874036 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -247,9 +247,9 @@ under the License. <property name="ooxml.xmlbeans.jar" location="${ooxml.lib}/xmlbeans-3.1.0.jar"/> <property name="ooxml.xmlbeans.url" value="https://repository.apache.org/content/repositories/releases/org/apache/xmlbeans/xmlbeans/3.1.0/xmlbeans-3.1.0.jar"/> - <property name="ooxml.commons-compress.jar" location="${main.lib}/commons-compress-1.19.jar"/> + <property name="ooxml.commons-compress.jar" location="${main.lib}/commons-compress-1.20.jar"/> <property name="ooxml.commons-compress.url" - value="${repository.m2}/maven2/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar"/> + value="${repository.m2}/maven2/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar"/> <!-- jars in the ooxml-test-lib directory, see the fetch-ooxml-jars target--> <property name="ooxml.test.reflections.jar" location="${ooxml.test.lib}/reflections.jar"/> @@ -655,9 +655,7 @@ under the License. <include name="commons-codec-1.10*"/> <include name="commons-codec-1.11*"/> <include name="commons-codec-1.12*"/> - <include name="commons-compress-1.16*"/> - <include name="commons-compress-1.17*"/> - <include name="commons-compress-1.18*"/> + <include name="commons-compress-1.1*"/> <include name="commons-collections4-4.1*"/> <include name="commons-collections4-4.2*"/> <include name="commons-collections4-4.3*"/> |