diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-08-06 20:17:48 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-08-06 20:17:48 +0000 |
commit | 69abcd6fd9528030ae122ec6790827b5b9badb10 (patch) | |
tree | 76fe83dc04fe7693dc5626bc142e6b1abe68d073 /build.xml | |
parent | 8959b9f0654085e2c2f9bc0605a32277ab4863a4 (diff) | |
download | poi-69abcd6fd9528030ae122ec6790827b5b9badb10.tar.gz poi-69abcd6fd9528030ae122ec6790827b5b9badb10.zip |
try to use xmlbeans 5.0.1 in ant build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892050 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 4 |
1 files changed, 2 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.21" usage="ooxml"/> <!-- jars in the ooxml-test-lib directory, see the fetch-ooxml-jars target--> @@ -1902,7 +1902,7 @@ under the License. </filterchain> </copy> - <copy file="${ooxml.lite.report}.xsb" tofile="${ooxml.lite.report}.xsb2" overwrite="true"> + <copy file="${ooxml.lite.report}.xsb" tofile="${ooxml.lite.report}.xsb2" overwrite="true" failonerror="false"> <filterchain> <sortfilter/> <prefixlines prefix="org/apache/poi/schemas/ooxml/system/ooxml/"/> |