From 1ed34de15c45165319503e0258f26ab760ab3fee Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Fri, 5 May 2017 10:49:15 +0200 Subject: [PATCH] Use latest maven-pmd-plugin 3.8 refs #361 --- pom.xml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index 0d4896ba51..273c3c64b6 100644 --- a/pom.xml +++ b/pom.xml @@ -262,7 +262,7 @@ Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code 5.0 2.18.1 2.17 - 3.7 + 3.8 1.7 0.7.5.201505241946 1.9.6 @@ -466,18 +466,6 @@ Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code org.apache.maven.plugins maven-pmd-plugin ${pmd.plugin.version} - - - net.sourceforge.pmd - pmd-core - 5.5.4 - - - net.sourceforge.pmd - pmd-java - 5.5.4 - - org.sonatype.plugins