summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-07-12 09:02:00 +0000
committerPJ Fanning <fanningpj@apache.org>2021-07-12 09:02:00 +0000
commit21dc03f9a7f49bdd587d8aeef8b1b9dbdcd3ba76 (patch)
tree6adae9795b261ae32dfcf8827fe35aa7278fbc3f /build.xml
parent4c6a87158b52aa937f6e7125c2b8587bbca7d1da (diff)
downloadpoi-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.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 3b57109cb1..5f93b516b4 100644
--- a/build.xml
+++ b/build.xml
@@ -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"/>