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 2014/05/04 18:28:06 UTC

svn commit: r1592372 - /maven/shared/trunk/maven-reporting-exec/pom.xml

Author: hboutemy
Date: Sun May  4 16:28:05 2014
New Revision: 1592372

URL: http://svn.apache.org/r1592372
Log:
limit transitive dependencies for component consumers

Modified:
    maven/shared/trunk/maven-reporting-exec/pom.xml

Modified: maven/shared/trunk/maven-reporting-exec/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-reporting-exec/pom.xml?rev=1592372&r1=1592371&r2=1592372&view=diff
==============================================================================
--- maven/shared/trunk/maven-reporting-exec/pom.xml (original)
+++ maven/shared/trunk/maven-reporting-exec/pom.xml Sun May  4 16:28:05 2014
@@ -101,6 +101,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-component-annotations</artifactId>
+      <scope>provided</scope>
     </dependency>
 
     <!-- Sonatype Aether for Maven 3.0.x -->
@@ -114,6 +115,7 @@
       <groupId>org.sonatype.aether</groupId>
       <artifactId>aether-util</artifactId>
       <version>1.7</version>
+      <optional>true</optional>
     </dependency>
 
     <!-- Eclipse Aether for Maven 3.1.x -->
@@ -127,6 +129,7 @@
       <groupId>org.eclipse.aether</groupId>
       <artifactId>aether-util</artifactId>
       <version>0.9.0.M2</version>
+      <optional>true</optional>
     </dependency>
 
     <!-- test -->