You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2015/07/08 15:56:09 UTC

cxf git commit: Update the pmd plugin version

Repository: cxf
Updated Branches:
  refs/heads/master 34234618e -> 2d41042eb


Update the pmd plugin version


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/2d41042e
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/2d41042e
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/2d41042e

Branch: refs/heads/master
Commit: 2d41042ebc1ee81b61aad4b08938c1c73626b968
Parents: 3423461
Author: Daniel Kulp <dk...@apache.org>
Authored: Wed Jul 8 09:55:52 2015 -0400
Committer: Daniel Kulp <dk...@apache.org>
Committed: Wed Jul 8 09:55:52 2015 -0400

----------------------------------------------------------------------
 parent/pom.xml | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/2d41042e/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 9052b21..c8b491b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -342,23 +342,13 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-pmd-plugin</artifactId>
-                    <version>3.4</version>
+                    <version>3.5</version>
                     <dependencies>
                         <dependency>
                             <groupId>org.apache.cxf.build-utils</groupId>
                             <artifactId>cxf-buildtools</artifactId>
                             <version>${cxf.build-utils.version}</version>
                         </dependency>
-                        <dependency>
-                            <groupId>net.sourceforge.pmd</groupId>
-                            <artifactId>pmd-core</artifactId>
-                            <version>5.3.0</version>
-                        </dependency>
-                        <dependency>
-                            <groupId>net.sourceforge.pmd</groupId>
-                            <artifactId>pmd-java</artifactId>
-                            <version>5.3.0</version>
-                        </dependency>
                     </dependencies>
                     <configuration>
                         <rulesets>