diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-07-12 09:02:00 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-07-12 09:02:00 +0000 |
commit | 21dc03f9a7f49bdd587d8aeef8b1b9dbdcd3ba76 (patch) | |
tree | 6adae9795b261ae32dfcf8827fe35aa7278fbc3f /build.xml | |
parent | 4c6a87158b52aa937f6e7125c2b8587bbca7d1da (diff) | |
download | poi-21dc03f9a7f49bdd587d8aeef8b1b9dbdcd3ba76.tar.gz poi-21dc03f9a7f49bdd587d8aeef8b1b9dbdcd3ba76.zip |
use xmlbeans 5.0.0 in ant build due to build issues
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891475 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -330,7 +330,7 @@ under the License. <!-- jars in the ooxml-lib directory, see the fetch-ooxml-jars target--> <dependency prefix="ooxml.curvesapi" artifact="com.github.virtuald:curvesapi:1.06" usage="ooxml"/> - <dependency prefix="ooxml.xmlbeans" artifact="org.apache.xmlbeans:xmlbeans:5.0.1" usage="ooxml"/> + <dependency prefix="ooxml.xmlbeans" artifact="org.apache.xmlbeans:xmlbeans:5.0.0" usage="ooxml"/> <dependency prefix="ooxml.commons-compress" artifact="org.apache.commons:commons-compress:1.20" usage="ooxml"/> <!-- jars in the ooxml-test-lib directory, see the fetch-ooxml-jars target--> @@ -690,7 +690,6 @@ under the License. <fileset dir="${basedir}/lib/ooxml"> <include name="xmlbeans-3*.jar"/> <include name="xmlbeans-4*.jar"/> - <include name="xmlbeans-5.0.0.jar"/> </fileset> <fileset dir="${basedir}/lib/ooxml-provided"> <include name="bc*-1.65.jar"/> |