You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2010/05/13 00:09:29 UTC

svn commit: r943714 - /maven/plugins/branches/maven-site-plugin-3.x/pom.xml

Author: hboutemy
Date: Wed May 12 22:09:29 2010
New Revision: 943714

URL: http://svn.apache.org/viewvc?rev=943714&view=rev
Log:
removed unused maven-reporting-impl dependency to let plugin choose their own version independently

Modified:
    maven/plugins/branches/maven-site-plugin-3.x/pom.xml

Modified: maven/plugins/branches/maven-site-plugin-3.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/branches/maven-site-plugin-3.x/pom.xml?rev=943714&r1=943713&r2=943714&view=diff
==============================================================================
--- maven/plugins/branches/maven-site-plugin-3.x/pom.xml (original)
+++ maven/plugins/branches/maven-site-plugin-3.x/pom.xml Wed May 12 22:09:29 2010
@@ -205,26 +205,6 @@ under the License.
       <version>${mavenVersion}</version>
     </dependency>
 
-    <dependency>
-      <groupId>org.apache.maven.reporting</groupId>
-      <artifactId>maven-reporting-impl</artifactId>
-      <version>2.1</version>
-      <exclusions>
-        <exclusion>
-          <groupId>org.apache.maven</groupId>
-          <artifactId>maven-project</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.apache.maven</groupId>
-          <artifactId>maven-profile</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.apache.maven</groupId>
-          <artifactId>maven-plugin-registry</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-
     <!-- Doxia -->
 
     <dependency>