You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2014/10/01 23:07:11 UTC

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

Author: khmarbaise
Date: Wed Oct  1 21:07:11 2014
New Revision: 1628835

URL: http://svn.apache.org/r1628835
Log:
[MWAR-322]
 - Removed plexus-container-dependency:1.0-alpha-9-stable-1
   dependency.

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=1628835&r1=1628834&r2=1628835&view=diff
==============================================================================
--- maven/plugins/trunk/maven-war-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-war-plugin/pom.xml Wed Oct  1 21:07:11 2014
@@ -148,13 +148,6 @@ under the License.
       <version>1.19</version>
     </dependency>
 
-    <!-- FIXME: This can be removed with upgrade to Maven 2.2.1 minimum version -->
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-container-default</artifactId>
-      <version>1.0-alpha-9-stable-1</version>
-    </dependency>
-
     <!-- 1.4.2 to avoid http://jira.codehaus.org/browse/XSTR-709 -->
     <dependency>
       <groupId>com.thoughtworks.xstream</groupId>