diff options
author | Dominik Stadler <centic@apache.org> | 2018-06-10 18:53:20 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2018-06-10 18:53:20 +0000 |
commit | 06bf821adf7f234c4f9fd7bcfec5d8d31fcea49c (patch) | |
tree | 95454c39dc9f3255594c63ec8c49fac12016cabc | |
parent | c8dab9d0d3351d81b390219208fa31d2a1d6bb2c (diff) | |
download | poi-06bf821adf7f234c4f9fd7bcfec5d8d31fcea49c.tar.gz poi-06bf821adf7f234c4f9fd7bcfec5d8d31fcea49c.zip |
Remove the older version of commons-compress and some possible remnants of xmlbeans-2.3.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1833291 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | build.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -576,6 +576,7 @@ under the License. <include name="commons-codec-1.5*"/> <include name="commons-codec-1.9*"/> <include name="commons-codec-1.10*"/> + <include name="commons-compress-1.16*"/> <include name="commons-logging-1.1*.jar"/> <include name="findbugs-noUpdateChecks-2.0.3*"/> <include name="jacoco-0.6*"/> @@ -623,7 +624,7 @@ under the License. <include name="ooxml-security-1.0.jar"/> <include name="curvesapi-1.03.jar"/> <include name="curvesapi-1.04.jar"/> - <include name="xmlbeans-2.3.0.jar"/> + <include name="xmlbeans-2.3.0.jar*"/> </fileset> <fileset dir="${compile.lib}"> <include name="xercesImpl-*.jar"/> |