You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2008/03/01 16:45:02 UTC

svn commit: r632603 - /maven/plugin-tools/trunk/maven-plugin-testing-harness/pom.xml

Author: vsiveton
Date: Sat Mar  1 07:45:00 2008
New Revision: 632603

URL: http://svn.apache.org/viewvc?rev=632603&view=rev
Log:
o removed junit since already defined in the parent

Modified:
    maven/plugin-tools/trunk/maven-plugin-testing-harness/pom.xml

Modified: maven/plugin-tools/trunk/maven-plugin-testing-harness/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-testing-harness/pom.xml?rev=632603&r1=632602&r2=632603&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-testing-harness/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-testing-harness/pom.xml Sat Mar  1 07:45:00 2008
@@ -75,13 +75,6 @@
       <artifactId>plexus-archiver</artifactId>
       <version>1.0-alpha-7</version>
     </dependency>
-
-    <!-- misc -->
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-    </dependency>
   </dependencies>
 
   <build>