eclipse aether-util must have scope provided, otherwise it pulls in aether-api and then M3.0 can't be detected

git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@1752218 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/maven-artifact-transfer/pom.xml b/maven-artifact-transfer/pom.xml
index 0cf41ca..cfc288a 100644
--- a/maven-artifact-transfer/pom.xml
+++ b/maven-artifact-transfer/pom.xml
@@ -200,6 +200,7 @@
       <groupId>org.eclipse.aether</groupId>
       <artifactId>aether-util</artifactId>
       <version>0.9.0.M2</version>
+      <scope>provided</scope>
     </dependency>
 
     <!-- TEST -->