diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-07-12 09:02:00 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-07-12 09:02:00 +0000 |
commit | 21dc03f9a7f49bdd587d8aeef8b1b9dbdcd3ba76 (patch) | |
tree | 6adae9795b261ae32dfcf8827fe35aa7278fbc3f /poi-ooxml-lite/src | |
parent | 4c6a87158b52aa937f6e7125c2b8587bbca7d1da (diff) | |
download | poi-21dc03f9a7f49bdd587d8aeef8b1b9dbdcd3ba76.tar.gz poi-21dc03f9a7f49bdd587d8aeef8b1b9dbdcd3ba76.zip |
use xmlbeans 5.0.0 in ant build due to build issues
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891475 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml-lite/src')
-rw-r--r-- | poi-ooxml-lite/src/main/java9/module-info.class | bin | 1757 -> 1663 bytes | |||
-rw-r--r-- | poi-ooxml-lite/src/main/java9/module-info.java | 3 |
2 files changed, 1 insertions, 2 deletions
diff --git a/poi-ooxml-lite/src/main/java9/module-info.class b/poi-ooxml-lite/src/main/java9/module-info.class Binary files differindex 34e3970b88..2a720c718d 100644 --- a/poi-ooxml-lite/src/main/java9/module-info.class +++ b/poi-ooxml-lite/src/main/java9/module-info.class 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 |