It\'s very strange. I am moving a dynamic web project from Java 8 to Java 10.
The last thing I cannot get the dependency resolved is the javax.xml.namespace.QName cl
There probably is a duplicate dependency pulled in from some other dependency.
In eclipse do
exclude xml-apis from the esapi dependency:
org.owasp.esapi
esapi
2.2.0.0
xml-apis
xml-apis
That's it