[java] MissingOverrideRule exception when analyzing PMD under Java 9
Fixes #1074 Jaxen is now shaded into pmd-core, without org.w3c.dom.**
This commit is contained in:
@ -54,10 +54,6 @@
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>jaxen</groupId>
|
||||
<artifactId>jaxen</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.sourceforge.pmd</groupId>
|
||||
<artifactId>pmd-core</artifactId>
|
||||
|
Reference in New Issue
Block a user