You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2012/01/11 22:09:07 UTC

svn commit: r1230250 - /maven/plugins/trunk/maven-pmd-plugin/pom.xml

Author: dennisl
Date: Wed Jan 11 21:09:06 2012
New Revision: 1230250

URL: http://svn.apache.org/viewvc?rev=1230250&view=rev
Log:
Remove dependency on xerces:xmlParserAPIs which is bundled with Java 5 which is now the minimum requirement for this plugin.
Remove unused dependencies: doxia-core, maven-doxia-tools and plexus-interpolation.

Modified:
    maven/plugins/trunk/maven-pmd-plugin/pom.xml

Modified: maven/plugins/trunk/maven-pmd-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pmd-plugin/pom.xml?rev=1230250&r1=1230249&r2=1230250&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pmd-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-pmd-plugin/pom.xml Wed Jan 11 21:09:06 2012
@@ -101,11 +101,6 @@ under the License.
     <!-- doxia -->
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
-      <artifactId>doxia-core</artifactId>
-      <version>${doxiaVersion}</version>
-    </dependency>    
-    <dependency>
-      <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-sink-api</artifactId>
       <version>${doxiaVersion}</version>
     </dependency>
@@ -120,13 +115,6 @@ under the License.
       <version>${doxiaVersion}</version>
     </dependency>
 
-    <!-- shared -->
-    <dependency>
-      <groupId>org.apache.maven.shared</groupId>
-      <artifactId>maven-doxia-tools</artifactId>
-      <version>1.2.1</version>
-    </dependency>
-
     <!-- plexus -->
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
@@ -138,11 +126,6 @@ under the License.
       <artifactId>plexus-utils</artifactId>
       <version>2.0.5</version>
     </dependency>
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-interpolation</artifactId>
-      <version>1.13</version>
-    </dependency>
 
     <!-- pmd -->
     <dependency>
@@ -151,13 +134,6 @@ under the License.
       <version>${pmdVersion}</version>
     </dependency>
 
-    <!-- misc -->
-    <dependency>
-      <groupId>xerces</groupId>
-      <artifactId>xmlParserAPIs</artifactId>
-      <version>2.6.2</version>
-    </dependency>
-
     <!-- test -->
     <dependency>
       <groupId>org.apache.maven.plugin-testing</groupId>