remove maven-dependency-tree, add both aether-util implementations

git-svn-id: https://svn.apache.org/repos/asf/maven/shared/branches/m3-common-artifact-filters@1684766 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 0b21702..13cc40a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,10 +78,17 @@
     </dependency>
 
     <dependency>
-      <groupId>org.apache.maven.shared</groupId>
-      <artifactId>maven-dependency-tree</artifactId>
-      <version>3.0-SNAPSHOT</version>
-    </dependency>    
+      <groupId>org.sonatype.aether</groupId>
+      <artifactId>aether-util</artifactId>
+      <version>1.7</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.aether</groupId>
+      <artifactId>aether-util</artifactId>
+      <version>0.9.0.M2</version>
+      <scope>provided</scope>
+    </dependency>
 
     <dependency>
       <groupId>junit</groupId>