summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2019-03-19 21:55:36 +0000
committerDominik Stadler <centic@apache.org>2019-03-19 21:55:36 +0000
commitc1dec91b005afa19be9bdec58b78628a2b3f0d55 (patch)
tree24191c7048924027fa6a4024d06d32984b546073 /build.xml
parentbb73949f7bb344cd942fde90444d5b58987e003f (diff)
downloadpoi-c1dec91b005afa19be9bdec58b78628a2b3f0d55.tar.gz
poi-c1dec91b005afa19be9bdec58b78628a2b3f0d55.zip
Remove old versions of commons-collections also in ooxml-lib, we loaded
it there at some point git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1855875 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index be64de87bc..b39baf4ce5 100644
--- a/build.xml
+++ b/build.xml
@@ -691,6 +691,7 @@ under the License.
</fileset>
<fileset dir="${ooxml.lib}">
<!-- remove jars from previous versions, but not the current version -->
+ <include name="commons-collections4-4.1*"/>
<include name="ooxml-schemas-src-1.1.jar"/>
<include name="ooxml-schemas-1.1-sources.jar"/>
<include name="ooxml-schemas-1.1.jar"/>