You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by pg...@apache.org on 2009/04/17 04:49:05 UTC

svn commit: r765839 - /maven/plugins/trunk/maven-source-plugin/pom.xml

Author: pgier
Date: Fri Apr 17 02:49:04 2009
New Revision: 765839

URL: http://svn.apache.org/viewvc?rev=765839&view=rev
Log:
Remove unused dependency based on dependency:analyze.

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

Modified: maven/plugins/trunk/maven-source-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/pom.xml?rev=765839&r1=765838&r2=765839&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-source-plugin/pom.xml Fri Apr 17 02:49:04 2009
@@ -95,11 +95,6 @@
       <artifactId>plexus-utils</artifactId>
       <version>1.5.8</version>
     </dependency>
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-container-default</artifactId>
-      <version>1.0-alpha-9</version>
-    </dependency>
 
     <dependency>
       <groupId>org.apache.maven.plugin-testing</groupId>