From: PJ Fanning Date: Fri, 6 Aug 2021 20:55:15 +0000 (+0000) Subject: use xmlbeans 5.0.0 in ant build X-Git-Tag: REL_5_1_0~79 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=532a400f1518489cd25cf35ef5e2be4cf64d6f0b;p=poi.git 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 --- 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. - + @@ -1902,7 +1902,6 @@ under the License. - diff --git a/poi-ooxml-lite/src/main/java9/module-info.java b/poi-ooxml-lite/src/main/java9/module-info.java index ea4e1e60ce..2559d369d8 100644 --- a/poi-ooxml-lite/src/main/java9/module-info.java +++ b/poi-ooxml-lite/src/main/java9/module-info.java @@ -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