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/07/31 21:49:44 UTC

svn commit: r1614970 - /maven/plugins/trunk/maven-assembly-plugin/pom.xml

Author: khmarbaise
Date: Thu Jul 31 19:49:43 2014
New Revision: 1614970

URL: http://svn.apache.org/r1614970
Log:
[MASSEMBLY-705]
 - Removed dependency to plexus-container-default:1.0-alpha-9-stable-1
   for Maven 2.0.5 compatibility.

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

Modified: maven/plugins/trunk/maven-assembly-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/pom.xml?rev=1614970&r1=1614969&r2=1614970&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Thu Jul 31 19:49:43 2014
@@ -161,15 +161,6 @@ under the License.
       <artifactId>maven-archiver</artifactId>
       <version>${mavenArchiverVersion}</version>
     </dependency>
-    <!-- FIXME: I'm specifying a dependency on plexus-container-default
-                in order to force the version to be compatible with maven
-                2.0.5.
-    -->
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-container-default</artifactId>
-      <version>1.0-alpha-9-stable-1</version>
-    </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>