You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2016/05/05 11:07:18 UTC

svn commit: r1742409 - /maven/shared/trunk/maven-artifact-transfer/pom.xml

Author: hboutemy
Date: Thu May  5 11:07:18 2016
New Revision: 1742409

URL: http://svn.apache.org/viewvc?rev=1742409&view=rev
Log:
aether-impl is only used for tests

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

Modified: maven/shared/trunk/maven-artifact-transfer/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-artifact-transfer/pom.xml?rev=1742409&r1=1742408&r2=1742409&view=diff
==============================================================================
--- maven/shared/trunk/maven-artifact-transfer/pom.xml (original)
+++ maven/shared/trunk/maven-artifact-transfer/pom.xml Thu May  5 11:07:18 2016
@@ -181,15 +181,15 @@
     </dependency>
     <dependency>
       <groupId>org.sonatype.aether</groupId>
-      <artifactId>aether-impl</artifactId>
+      <artifactId>aether-util</artifactId>
       <version>1.7</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.sonatype.aether</groupId>
-      <artifactId>aether-util</artifactId>
+      <artifactId>aether-impl</artifactId>
       <version>1.7</version>
-      <scope>provided</scope>
+      <scope>test</scope>
     </dependency>
 
     <!-- Maven 3.1.x and above -->
@@ -199,12 +199,6 @@
       <version>0.9.0.M2</version>
       <scope>provided</scope>
     </dependency>
-    <dependency>
-      <groupId>org.eclipse.aether</groupId>
-      <artifactId>aether-impl</artifactId>
-      <version>0.9.0.M2</version>
-      <scope>provided</scope>
-    </dependency>
     <dependency>
       <groupId>org.eclipse.aether</groupId>
       <artifactId>aether-util</artifactId>