aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2018-06-10 18:53:20 +0000
committerDominik Stadler <centic@apache.org>2018-06-10 18:53:20 +0000
commit06bf821adf7f234c4f9fd7bcfec5d8d31fcea49c (patch)
tree95454c39dc9f3255594c63ec8c49fac12016cabc
parentc8dab9d0d3351d81b390219208fa31d2a1d6bb2c (diff)
downloadpoi-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.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index bc3781c17a..3044635dc9 100644
--- a/build.xml
+++ b/build.xml
@@ -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"/>