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 2008/03/15 15:09:45 UTC

svn commit: r637414 - /maven/shared/trunk/maven-doxia-tools/pom.xml

Author: dennisl
Date: Sat Mar 15 07:09:39 2008
New Revision: 637414

URL: http://svn.apache.org/viewvc?rev=637414&view=rev
Log:
o Remove unused but declared dependencies.

Modified:
    maven/shared/trunk/maven-doxia-tools/pom.xml

Modified: maven/shared/trunk/maven-doxia-tools/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-doxia-tools/pom.xml?rev=637414&r1=637413&r2=637414&view=diff
==============================================================================
--- maven/shared/trunk/maven-doxia-tools/pom.xml (original)
+++ maven/shared/trunk/maven-doxia-tools/pom.xml Sat Mar 15 07:09:39 2008
@@ -78,11 +78,6 @@
       <version>2.0.2</version>
     </dependency>
     <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-api</artifactId>
       <version>2.0.4</version>
@@ -96,11 +91,6 @@
     </dependency>
 
     <!-- Plexus -->
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-archiver</artifactId>
-      <version>1.0-alpha-7</version>
-    </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-container-default</artifactId>