You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm-commits@maven.apache.org by br...@apache.org on 2006/06/14 06:11:51 UTC

svn commit: r414057 - /maven/scm/trunk/maven-scm-api/pom.xml

Author: brett
Date: Tue Jun 13 21:11:50 2006
New Revision: 414057

URL: http://svn.apache.org/viewvc?rev=414057&view=rev
Log:
fix scope of junit

Modified:
    maven/scm/trunk/maven-scm-api/pom.xml

Modified: maven/scm/trunk/maven-scm-api/pom.xml
URL: http://svn.apache.org/viewvc/maven/scm/trunk/maven-scm-api/pom.xml?rev=414057&r1=414056&r2=414057&view=diff
==============================================================================
--- maven/scm/trunk/maven-scm-api/pom.xml (original)
+++ maven/scm/trunk/maven-scm-api/pom.xml Tue Jun 13 21:11:50 2006
@@ -13,6 +13,7 @@
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>3.8.1</version>
+      <scope>test</scope>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>