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>