You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ep...@apache.org on 2006/02/02 10:02:57 UTC

svn commit: r374315 - /maven/repository-manager/trunk/maven-repository-utils/pom.xml

Author: epunzalan
Date: Thu Feb  2 01:02:20 2006
New Revision: 374315

URL: http://svn.apache.org/viewcvs?rev=374315&view=rev
Log:
PR: MRM-43

Ooops... one of the deps should be scope = test   ^_^

Modified:
    maven/repository-manager/trunk/maven-repository-utils/pom.xml

Modified: maven/repository-manager/trunk/maven-repository-utils/pom.xml
URL: http://svn.apache.org/viewcvs/maven/repository-manager/trunk/maven-repository-utils/pom.xml?rev=374315&r1=374314&r2=374315&view=diff
==============================================================================
--- maven/repository-manager/trunk/maven-repository-utils/pom.xml (original)
+++ maven/repository-manager/trunk/maven-repository-utils/pom.xml Thu Feb  2 01:02:20 2006
@@ -28,6 +28,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-container-default</artifactId>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>