]> source.dussan.org Git - poi.git/commitdiff
Update build.xml also to xmlbeans-5.0.2
authorDominik Stadler <centic@apache.org>
Fri, 22 Oct 2021 14:32:06 +0000 (14:32 +0000)
committerDominik Stadler <centic@apache.org>
Fri, 22 Oct 2021 14:32:06 +0000 (14:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894482 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 003fcdefd47c6c171a4dd5d2e394d07b12d29584..7311d399581bdf018033f3add6e46f92fbebf699 100644 (file)
--- 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"/>