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

svn commit: r808685 - /maven/shared/trunk/maven-artifact-resolver/pom.xml

Author: jdcasey
Date: Fri Aug 28 00:07:51 2009
New Revision: 808685

URL: http://svn.apache.org/viewvc?rev=808685&view=rev
Log:
remove old mocking lib we're not using any more.

Modified:
    maven/shared/trunk/maven-artifact-resolver/pom.xml

Modified: maven/shared/trunk/maven-artifact-resolver/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-artifact-resolver/pom.xml?rev=808685&r1=808684&r2=808685&view=diff
==============================================================================
--- maven/shared/trunk/maven-artifact-resolver/pom.xml (original)
+++ maven/shared/trunk/maven-artifact-resolver/pom.xml Fri Aug 28 00:07:51 2009
@@ -31,40 +31,22 @@
   <artifactId>maven-artifact-resolver</artifactId>
   <version>1.0-SNAPSHOT</version>
   <name>Maven Artifact Resolution API</name>
-
+  
   <dependencies>
     <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>4.5</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
     	<groupId>org.apache.maven</groupId>
     	<artifactId>maven-artifact-manager</artifactId>
     	<version>2.2.1</version>
-    	<type>jar</type>
-    	<scope>compile</scope>
     </dependency>
     <dependency>
     	<groupId>org.apache.maven</groupId>
     	<artifactId>maven-artifact</artifactId>
     	<version>2.2.1</version>
-    	<type>jar</type>
-    	<scope>compile</scope>
     </dependency>
     <dependency>
     	<groupId>org.apache.maven</groupId>
     	<artifactId>maven-project</artifactId>
     	<version>2.2.1</version>
-    	<type>jar</type>
-    	<scope>compile</scope>
-    </dependency>
-    <dependency>
-    	<groupId>org.easymock</groupId>
-    	<artifactId>easymock</artifactId>
-    	<version>2.4</version>
-    	<scope>test</scope>
     </dependency>
     <dependency>
     	<groupId>org.apache.maven</groupId>
@@ -72,11 +54,16 @@
     	<version>2.2.1</version>
     </dependency>
     <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.5</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
     	<groupId>org.easymock</groupId>
-    	<artifactId>easymockclassextension</artifactId>
-    	<version>2.3</version>
-    	<type>jar</type>
-    	<scope>compile</scope>
+    	<artifactId>easymock</artifactId>
+    	<version>2.4</version>
+    	<scope>test</scope>
     </dependency>
   </dependencies>