[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:
Andreas Dangel
2018-06-24 09:27:07 +02:00
parent 21a5e47322
commit f38a4f95c6
6 changed files with 29 additions and 16 deletions

View File

@ -112,10 +112,6 @@
<groupId>net.sourceforge.saxon</groupId>
<artifactId>saxon</artifactId>
</dependency>
<dependency>
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>