You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2008/03/01 16:47:35 UTC

svn commit: r632606 - /maven/plugin-tools/trunk/maven-plugin-tools-api/pom.xml

Author: vsiveton
Date: Sat Mar  1 07:47:35 2008
New Revision: 632606

URL: http://svn.apache.org/viewvc?rev=632606&view=rev
Log:
o added undeclared dependencies

Modified:
    maven/plugin-tools/trunk/maven-plugin-tools-api/pom.xml

Modified: maven/plugin-tools/trunk/maven-plugin-tools-api/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-api/pom.xml?rev=632606&r1=632605&r2=632606&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-tools-api/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-tools-api/pom.xml Sat Mar  1 07:47:35 2008
@@ -40,8 +40,23 @@
       <version>2.0.4</version>
     </dependency>
     <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-model</artifactId>
+      <version>2.0.4</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-plugin-api</artifactId>
+      <version>2.0.4</version>
+    </dependency>
+    <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-api</artifactId>
+      <version>2.0.4</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-artifact</artifactId>
       <version>2.0.4</version>
     </dependency>
     <dependency>