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
This commit is contained in:
Dominik Stadler 2023-01-01 15:59:35 +00:00
parent 5724a77cf2
commit d333c291de
1 changed files with 1 additions and 1 deletions

View File

@ -508,7 +508,7 @@ under the License.
<pathelement location="${svg.batik-transcoder.jar}"/> <pathelement location="${svg.batik-transcoder.jar}"/>
<pathelement location="${svg.batik-util.jar}"/> <pathelement location="${svg.batik-util.jar}"/>
<pathelement location="${svg.batik-xml.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}"/> <pathelement location="${svg.xmlgraphics-commons.jar}"/>
</path> </path>