mirror of https://github.com/apache/poi.git
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
This commit is contained in:
parent
4c6a87158b
commit
21dc03f9a7
|
@ -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.20" usage="ooxml"/>
|
||||
|
||||
<!-- jars in the ooxml-test-lib directory, see the fetch-ooxml-jars target-->
|
||||
|
@ -690,7 +690,6 @@ 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"/>
|
||||
</fileset>
|
||||
<fileset dir="${basedir}/lib/ooxml-provided">
|
||||
<include name="bc*-1.65.jar"/>
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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;
|
||||
}
|
||||
}
|
Binary file not shown.
Loading…
Reference in New Issue