You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2009/06/02 23:13:52 UTC

svn commit: r781172 - /maven/components/trunk/maven-model-builder/pom.xml

Author: bentmann
Date: Tue Jun  2 21:13:51 2009
New Revision: 781172

URL: http://svn.apache.org/viewvc?rev=781172&view=rev
Log:
o Used same junit version as in all the other modules

Modified:
    maven/components/trunk/maven-model-builder/pom.xml

Modified: maven/components/trunk/maven-model-builder/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-model-builder/pom.xml?rev=781172&r1=781171&r2=781172&view=diff
==============================================================================
--- maven/components/trunk/maven-model-builder/pom.xml (original)
+++ maven/components/trunk/maven-model-builder/pom.xml Tue Jun  2 21:13:51 2009
@@ -42,12 +42,6 @@
       <artifactId>maven-model</artifactId>
     </dependency>
     <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>4.4</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-container-default</artifactId>
       <scope>test</scope>