]> source.dussan.org Git - poi.git/commitdiff
use xmlbeans 5.0.0 in ant build
authorPJ Fanning <fanningpj@apache.org>
Fri, 6 Aug 2021 20:55:15 +0000 (20:55 +0000)
committerPJ Fanning <fanningpj@apache.org>
Fri, 6 Aug 2021 20:55:15 +0000 (20:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892052 13f79535-47bb-0310-9956-ffa450edef68

build.xml
poi-ooxml-lite/src/main/java9/module-info.java

index 42cd83a8776531d8f1bede5ae6eccd8a328b9312..c2ae3e168a4074e95ee3d3eb07daef15cd467c44 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.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"/>
 
index ea4e1e60ced5059b979c44e13aec529a043e2f0f..2559d369d8c921663a34c6f46b1abb71e33fa166 100644 (file)
@@ -29,7 +29,6 @@ open module org.apache.poi.ooxml.schemas {
     exports com.microsoft.schemas.office.excel;
     exports com.microsoft.schemas.office.office;
     exports com.microsoft.schemas.office.visio.x2012.main;
-    exports com.microsoft.schemas.office.word;
     exports com.microsoft.schemas.office.x2006.digsig;
     exports com.microsoft.schemas.vml;
     exports org.apache.poi.schemas.ooxml.system.ooxml;
@@ -51,4 +50,4 @@ open module org.apache.poi.ooxml.schemas {
     exports org.openxmlformats.schemas.wordprocessingml.x2006.main;
     exports org.openxmlformats.schemas.xpackage.x2006.digitalSignature;
     exports org.w3.x2000.x09.xmldsig;
-}
+}
\ No newline at end of file