org/w3c/dom/ElementTraversal class not found error in maven project

Add the coordinates to the pom.xml file:

<dependency>
    <groupId>xml-apis</groupId>
    <artifactId>xml-apis</artifactId>
    <version>1.4.01</version>
</dependency>

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326350444&siteId=291194637