diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-07-12 08:11:30 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-07-12 08:11:30 +0000 |
commit | 4c6a87158b52aa937f6e7125c2b8587bbca7d1da (patch) | |
tree | e2291b0183977dcabf7a65978347966624173dd0 /build.xml | |
parent | 5d65f681368673d8e536d3e55775fe2bbd572e93 (diff) | |
download | poi-4c6a87158b52aa937f6e7125c2b8587bbca7d1da.tar.gz poi-4c6a87158b52aa937f6e7125c2b8587bbca7d1da.zip |
use xmlbeans 5.0.1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891472 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 6 |
1 files changed, 4 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.0" usage="ooxml"/> + <dependency prefix="ooxml.xmlbeans" artifact="org.apache.xmlbeans:xmlbeans:5.0.1" 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--> @@ -688,7 +688,9 @@ under the License. <include name="*slf4j*.jar"/> </fileset> <fileset dir="${basedir}/lib/ooxml"> - <include name="xmlbeans-3.1.0.jar"/> + <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"/> |