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/08/15 18:21:56 UTC

svn commit: r1618223 - /maven/plugins/trunk/maven-shade-plugin/pom.xml

Author: khmarbaise
Date: Fri Aug 15 16:21:56 2014
New Revision: 1618223

URL: http://svn.apache.org/r1618223
Log:
[MSHADE-178]
 - Removed unused dependency to plexus-container-default.

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

Modified: maven/plugins/trunk/maven-shade-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/pom.xml?rev=1618223&r1=1618222&r2=1618223&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-shade-plugin/pom.xml Fri Aug 15 16:21:56 2014
@@ -110,11 +110,6 @@ under the License.
      </dependency>
 
     <!-- Plexus -->
-    <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>