diff options
author | Dominik Stadler <centic@apache.org> | 2023-01-01 15:59:35 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2023-01-01 15:59:35 +0000 |
commit | d333c291de52b9101919f16f66fd02de93921c86 (patch) | |
tree | 469ebd800ac10ebf8266aba10cc8a5703a85fd1d /build.xml | |
parent | 5724a77cf2ea8a9fef1302a7bbd5da77a207c4ab (diff) | |
download | poi-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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |