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

svn commit: r783649 - /maven/components/trunk/maven-repository/pom.xml

Author: jvanzyl
Date: Thu Jun 11 07:06:05 2009
New Revision: 783649

URL: http://svn.apache.org/viewvc?rev=783649&view=rev
Log:
o remove dead deps

Modified:
    maven/components/trunk/maven-repository/pom.xml

Modified: maven/components/trunk/maven-repository/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-repository/pom.xml?rev=783649&r1=783648&r2=783649&view=diff
==============================================================================
--- maven/components/trunk/maven-repository/pom.xml (original)
+++ maven/components/trunk/maven-repository/pom.xml Thu Jun 11 07:06:05 2009
@@ -63,13 +63,7 @@
       <artifactId>wagon-file</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.sonatype.plexus</groupId>
-      <artifactId>plexus-jetty6</artifactId>
-      <scope>test</scope>
-    </dependency>          
   </dependencies>
-
   <build>
     <plugins>
       <plugin>