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 2009/04/13 13:14:40 UTC

svn commit: r764410 - /maven/plugins/trunk/maven-ant-plugin/pom.xml

Author: vsiveton
Date: Mon Apr 13 11:14:40 2009
New Revision: 764410

URL: http://svn.apache.org/viewvc?rev=764410&view=rev
Log:
o added the api dep

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

Modified: maven/plugins/trunk/maven-ant-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ant-plugin/pom.xml?rev=764410&r1=764409&r2=764410&view=diff
==============================================================================
--- maven/plugins/trunk/maven-ant-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-ant-plugin/pom.xml Mon Apr 13 11:14:40 2009
@@ -102,6 +102,11 @@
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-interactivity-api</artifactId>
+      <version>1.0-alpha-5</version>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-interactivity-jline</artifactId>
       <version>1.0-alpha-5</version>
     </dependency>