aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-08-06 20:55:15 +0000
committerPJ Fanning <fanningpj@apache.org>2021-08-06 20:55:15 +0000
commit532a400f1518489cd25cf35ef5e2be4cf64d6f0b (patch)
tree77f8f3165fc259c62919362111b952b1b4b845cd /build.xml
parent342a964ae9912269eea3205ab1419fd7f88718ce (diff)
downloadpoi-532a400f1518489cd25cf35ef5e2be4cf64d6f0b.tar.gz
poi-532a400f1518489cd25cf35ef5e2be4cf64d6f0b.zip
use xmlbeans 5.0.0 in ant build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892052 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/build.xml b/build.xml
index 42cd83a877..c2ae3e168a 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.21" usage="ooxml"/>
<!-- jars in the ooxml-test-lib directory, see the fetch-ooxml-jars target-->
@@ -1902,7 +1902,6 @@ under the License.
</filterchain>
</copy>
- <!-- fails with xmlbeans 5.0.1
<copy file="${ooxml.lite.report}.xsb" tofile="${ooxml.lite.report}.xsb2" overwrite="true">
<filterchain>
<sortfilter/>
@@ -1910,7 +1909,6 @@ under the License.
<suffixlines suffix=".xsb"/>
</filterchain>
</copy>
- -->
<mkdir dir="build/dist/maven/poi-ooxml-lite"/>