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

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

Author: rfscholte
Date: Mon Jul 11 21:38:53 2016
New Revision: 1752218

URL: http://svn.apache.org/viewvc?rev=1752218&view=rev
Log:
eclipse aether-util must have scope provided, otherwise it pulls in aether-api and then M3.0 can't be detected

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=1752218&r1=1752217&r2=1752218&view=diff
==============================================================================
--- maven/shared/trunk/maven-artifact-transfer/pom.xml (original)
+++ maven/shared/trunk/maven-artifact-transfer/pom.xml Mon Jul 11 21:38:53 2016
@@ -200,6 +200,7 @@
       <groupId>org.eclipse.aether</groupId>
       <artifactId>aether-util</artifactId>
       <version>0.9.0.M2</version>
+      <scope>provided</scope>
     </dependency>
 
     <!-- TEST -->