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/12/06 21:25:37 UTC

svn commit: r1643605 - /maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml

Author: khmarbaise
Date: Sat Dec  6 20:25:36 2014
New Revision: 1643605

URL: http://svn.apache.org/r1643605
Log:
[MPIR-316] Removed dependency org.codehaus.plexus:plexus-container-default:1.0-alpha-9

Modified:
    maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml?rev=1643605&r1=1643604&r2=1643605&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml Sat Dec  6 20:25:36 2014
@@ -326,11 +326,6 @@ under the License.
     <!-- Plexus -->
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-container-default</artifactId>
-      <version>1.0-alpha-9</version>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-i18n</artifactId>
       <version>1.0-beta-10</version>
       <exclusions>