You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/05/12 19:01:17 UTC

svn commit: r169848 - /maven/components/trunk/maven-plugins/pom.xml

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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org