Author: centic
Date: Sun Jan  1 15:59:35 2023
New Revision: 1906323

URL: http://svn.apache.org/viewvc?rev=1906323&view=rev
Log:
Try to avoid clashes of modules java.xml and xml-apis

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1906323&r1=1906322&r2=1906323&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Sun Jan  1 15:59:35 2023
@@ -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>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to