You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2010/08/12 11:32:08 UTC

svn commit: r984706 - /maven/plugins/trunk/maven-war-plugin/pom.xml

Author: dennisl
Date: Thu Aug 12 09:32:07 2010
New Revision: 984706

URL: http://svn.apache.org/viewvc?rev=984706&view=rev
Log:
o Remove unused declared dependencies.
o Add used undeclared dependencies.

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

Modified: maven/plugins/trunk/maven-war-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/pom.xml?rev=984706&r1=984705&r2=984706&view=diff
==============================================================================
--- maven/plugins/trunk/maven-war-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-war-plugin/pom.xml Thu Aug 12 09:32:07 2010
@@ -112,18 +112,8 @@ under the License.
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-io</artifactId>
-      <version>1.0</version>
-      <exclusions>
-        <exclusion>
-          <groupId>org.codehaus.plexus</groupId>
-          <artifactId>plexus-container-default</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.codehaus.plexus</groupId>
-          <artifactId>plexus-component-api</artifactId>
-        </exclusion>
-      </exclusions>
+      <artifactId>plexus-interpolation</artifactId>
+      <version>1.13</version>
     </dependency>
 
     <dependency>