Compiler complaining about packages: org.xml.sax, org.w3c.dom, javax.xml.parsers; being accessible from <unnamed> and java.xml.
I have tracked it down to a dependency on xml-apis by batik-transcoder, and think it will resolve by excluding this jar in the pom.
JDK 11
Compiler complaining about packages: org.xml.sax, org.w3c.dom, javax.xml.parsers; being accessible from <unnamed> and java.xml.
I have tracked it down to a dependency on xml-apis by batik-transcoder, and think it will resolve by excluding this jar in the pom.