You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kr...@apache.org on 2010/05/09 09:42:56 UTC

svn commit: r942506 - /maven/shared/trunk/maven-archiver/pom.xml

Author: krosenvold
Date: Sun May  9 07:42:55 2010
New Revision: 942506

URL: http://svn.apache.org/viewvc?rev=942506&view=rev
Log:
o Reverted supression of plexus-container-default

Modified:
    maven/shared/trunk/maven-archiver/pom.xml

Modified: maven/shared/trunk/maven-archiver/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-archiver/pom.xml?rev=942506&r1=942505&r2=942506&view=diff
==============================================================================
--- maven/shared/trunk/maven-archiver/pom.xml (original)
+++ maven/shared/trunk/maven-archiver/pom.xml Sun May  9 07:42:55 2010
@@ -85,12 +85,6 @@
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-container-default</artifactId>
-      <version>1.0-alpha-9-stable-1</version>
-      <scope>provided</scope> <!-- Included to override the transitive inclusions, and it's needed -->
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-interpolation</artifactId>
       <version>1.13</version>
     </dependency>