When Deploy the war application in the jboss wildfly getting the following error.
DTD factory class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl does not extend from DTDDVFactory
When I comment the XOM artifact in the pom I can deploy the war without any errors.
How can I fix the deployment error?