summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2021-10-22 14:32:06 +0000
committerDominik Stadler <centic@apache.org>2021-10-22 14:32:06 +0000
commitafb1be3fbb199ba18f5755f2f5580642c52ed8fd (patch)
tree135258c10af8345e0e14094e53c8d74e642291f9 /build.xml
parent60dd0e54641c953c188f04fb9d1ec189a89642a2 (diff)
downloadpoi-afb1be3fbb199ba18f5755f2f5580642c52ed8fd.tar.gz
poi-afb1be3fbb199ba18f5755f2f5580642c52ed8fd.zip
Update build.xml also to xmlbeans-5.0.2
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894482 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 003fcdefd4..7311d39958 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.2" 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-->
@@ -682,6 +682,8 @@ 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"/>
+ <include name="xmlbeans-5.0.1.jar"/>
</fileset>
<fileset dir="${basedir}/lib/ooxml-provided">
<include name="bc*-1.65.jar"/>