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 2008/11/01 19:07:24 UTC

svn commit: r709737 - /maven/core-integration-testing/trunk/core-it-suite/src/test/resources/bootstrap/pom.xml

Author: bentmann
Date: Sat Nov  1 11:07:23 2008
New Revision: 709737

URL: http://svn.apache.org/viewvc?rev=709737&view=rev
Log:
o Removed unused plugin

Modified:
    maven/core-integration-testing/trunk/core-it-suite/src/test/resources/bootstrap/pom.xml

Modified: maven/core-integration-testing/trunk/core-it-suite/src/test/resources/bootstrap/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/resources/bootstrap/pom.xml?rev=709737&r1=709736&r2=709737&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/src/test/resources/bootstrap/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-it-suite/src/test/resources/bootstrap/pom.xml Sat Nov  1 11:07:23 2008
@@ -133,12 +133,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.maven.its.plugins</groupId>
-      <artifactId>maven-it-plugin-loadable</artifactId>
-      <version>${itPluginVersion}</version>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.its.plugins</groupId>
       <artifactId>maven-it-plugin-no-project</artifactId>
       <version>${itPluginVersion}</version>
       <scope>runtime</scope>