You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2009/01/01 10:44:21 UTC

svn commit: r730517 - /maven/plugins/trunk/maven-install-plugin/pom.xml

Author: bentmann
Date: Thu Jan  1 01:44:21 2009
New Revision: 730517

URL: http://svn.apache.org/viewvc?rev=730517&view=rev
Log:
o Added undeclared dependency

Modified:
    maven/plugins/trunk/maven-install-plugin/pom.xml

Modified: maven/plugins/trunk/maven-install-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-install-plugin/pom.xml?rev=730517&r1=730516&r2=730517&view=diff
==============================================================================
--- maven/plugins/trunk/maven-install-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-install-plugin/pom.xml Thu Jan  1 01:44:21 2009
@@ -63,6 +63,11 @@
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
+      <artifactId>maven-model</artifactId>
+      <version>2.0.6</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
       <artifactId>maven-artifact-manager</artifactId>
       <version>2.0.6</version>
     </dependency>