Author: bentmann
Date: Tue Nov  2 14:28:14 2010
New Revision: 1030060

URL: http://svn.apache.org/viewvc?rev=1030060&view=rev
Log:
o Declared used dependencies

Modified:
    maven/maven-3/trunk/maven-aether-provider/pom.xml
    maven/maven-3/trunk/pom.xml

Modified: maven/maven-3/trunk/maven-aether-provider/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-aether-provider/pom.xml?rev=1030060&r1=1030059&r2=1030060&view=diff
==============================================================================
--- maven/maven-3/trunk/maven-aether-provider/pom.xml (original)
+++ maven/maven-3/trunk/maven-aether-provider/pom.xml Tue Nov  2 14:28:14 2010
@@ -38,6 +38,10 @@ under the License.
   <dependencies>
     <dependency>
       <groupId>org.apache.maven</groupId>
+      <artifactId>maven-model</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
       <artifactId>maven-model-builder</artifactId>
     </dependency>
     <dependency>
@@ -50,6 +54,10 @@ under the License.
     </dependency>
     <dependency>
       <groupId>org.sonatype.aether</groupId>
+      <artifactId>aether-spi</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.sonatype.aether</groupId>
       <artifactId>aether-util</artifactId>
     </dependency>
     <dependency>
@@ -60,6 +68,10 @@ under the License.
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-component-annotations</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+    </dependency>
   </dependencies>
 
   <build>

Modified: maven/maven-3/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/maven-3/trunk/pom.xml?rev=1030060&r1=1030059&r2=1030060&view=diff
==============================================================================
--- maven/maven-3/trunk/pom.xml (original)
+++ maven/maven-3/trunk/pom.xml Tue Nov  2 14:28:14 2010
@@ -279,6 +279,11 @@
       </dependency>
       <dependency>
         <groupId>org.sonatype.aether</groupId>
+        <artifactId>aether-spi</artifactId>
+        <version>${aetherVersion}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.sonatype.aether</groupId>
         <artifactId>aether-impl</artifactId>
         <version>${aetherVersion}</version>
       </dependency>


Reply via email to