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:43:54 UTC

svn commit: r632602 - /maven/plugin-tools/trunk/maven-plugin-testing-harness/pom.xml

Author: vsiveton
Date: Sat Mar  1 07:43:53 2008
New Revision: 632602

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

Modified:
    maven/plugin-tools/trunk/maven-plugin-testing-harness/pom.xml

Modified: maven/plugin-tools/trunk/maven-plugin-testing-harness/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-testing-harness/pom.xml?rev=632602&r1=632601&r2=632602&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-testing-harness/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-testing-harness/pom.xml Sat Mar  1 07:43:53 2008
@@ -44,6 +44,26 @@
       <artifactId>maven-core</artifactId>
       <version>2.0</version>
     </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-model</artifactId>
+      <version>2.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-artifact</artifactId>
+      <version>2.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-artifact-manager</artifactId>
+      <version>2.0</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-plugin-api</artifactId>
+      <version>2.0</version>
+    </dependency>
 
     <!-- plexus -->
     <dependency>