aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2022-07-29 17:57:07 +0000
committerDominik Stadler <centic@apache.org>2022-07-29 17:57:07 +0000
commit1b106f7af716c77d9cc2c40c82e5a5fc7dcff661 (patch)
tree7d3d129d7401d0674c439df82ba8d5959b2c302d /build.xml
parentb076e0e18891516a5558a6202cce9f7a22b68c44 (diff)
downloadpoi-1b106f7af716c77d9cc2c40c82e5a5fc7dcff661.tar.gz
poi-1b106f7af716c77d9cc2c40c82e5a5fc7dcff661.zip
Add module for stax2 to Ant-build to make poi-integration java9-compile work
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903110 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index d9088d6689..0e64083e0e 100644
--- a/build.xml
+++ b/build.xml
@@ -301,6 +301,7 @@ under the License.
<dependency prefix="dsig.bouncycastle-util" artifact="org.bouncycastle:bcutil-jdk15on:1.70" usage="ooxml-provided"/>
<!-- only used for signing the release - not used with the ooxml signatures -->
<dependency prefix="dsig.bouncycastle-bcpg" artifact="org.bouncycastle:bcpg-jdk15on:1.70" usage="util"/>
+ <dependency prefix="ooxml.test.stax2" artifact="org.codehaus.woodstox:stax2-api:4.2.1" usage="ooxml-provided"/>
<!-- svg/batik/pdf libs - not part of the distribution - move batik to its own directory because of JPMS module-path issues -->
<dependency prefix="svg.xml-apis-ext" artifact="xml-apis:xml-apis-ext:1.3.04" usage="ooxml-batik"/>
@@ -831,6 +832,7 @@ under the License.
<available file="${ooxml.test.javassist.jar}"/>
<available file="${ooxml.test.slf4j-api.jar}"/>
<available file="${ooxml.test.opczip.jar}"/>
+ <available file="${ooxml.test.stax2.jar}"/>
<available file="${svg.xml-apis-ext.jar}"/>
<available file="${svg.batik-anim.jar}"/>
<available file="${svg.batik-awt-util.jar}"/>
@@ -871,6 +873,7 @@ under the License.
<downloadfile src="${ooxml.test.javassist.url}" dest="${ooxml.test.javassist.jar}"/>
<downloadfile src="${ooxml.test.slf4j-api.url}" dest="${ooxml.test.slf4j-api.jar}"/>
<downloadfile src="${ooxml.test.opczip.url}" dest="${ooxml.test.opczip.jar}"/>
+ <downloadfile src="${ooxml.test.stax2.url}" dest="${ooxml.test.stax2.jar}"/>
<downloadfile src="${svg.batik-anim.url}" dest="${svg.batik-anim.jar}"/>
<downloadfile src="${svg.batik-awt-util.url}" dest="${svg.batik-awt-util.jar}"/>
<downloadfile src="${svg.batik-bridge.url}" dest="${svg.batik-bridge.jar}"/>