Author: brett
Date: Thu May 12 10:01:17 2005
New Revision: 169848
URL: http://svn.apache.org/viewcvs?rev=169848&view=rev
Log:
add test scope junit dependency for all plugins
Modified:
maven/components/trunk/maven-plugins/pom.xml
Modified: maven/components/trunk/maven-plugins/pom.xml
URL:
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/pom.xml?rev=169848&r1=169847&r2=169848&view=diff
==============================================================================
--- maven/components/trunk/maven-plugins/pom.xml (original)
+++ maven/components/trunk/maven-plugins/pom.xml Thu May 12 10:01:17 2005
@@ -45,6 +45,12 @@
</developers>
<dependencies>
<dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>2.0-SNAPSHOT</version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]