aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2023-01-01 15:59:35 +0000
committerDominik Stadler <centic@apache.org>2023-01-01 15:59:35 +0000
commitd333c291de52b9101919f16f66fd02de93921c86 (patch)
tree469ebd800ac10ebf8266aba10cc8a5703a85fd1d /build.xml
parent5724a77cf2ea8a9fef1302a7bbd5da77a207c4ab (diff)
downloadpoi-d333c291de52b9101919f16f66fd02de93921c86.tar.gz
poi-d333c291de52b9101919f16f66fd02de93921c86.zip
Try to avoid clashes of modules java.xml and xml-apis
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906323 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 25b7e67461..2e40cc7ee2 100644
--- a/build.xml
+++ b/build.xml
@@ -508,7 +508,7 @@ under the License.
<pathelement location="${svg.batik-transcoder.jar}"/>
<pathelement location="${svg.batik-util.jar}"/>
<pathelement location="${svg.batik-xml.jar}"/>
- <pathelement location="${svg.xml-apis-ext.jar}"/>
+ <!-- causes module conflicts with JDK 11+: pathelement location="${svg.xml-apis-ext.jar}"/-->
<pathelement location="${svg.xmlgraphics-commons.jar}"/>
</path>