[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

@ -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>