Author: khmarbaise
Date: Sun Nov 23 16:23:10 2014
New Revision: 1641214

URL: http://svn.apache.org/r1641214
Log:
maven-plugin-annotation scope explicit given instead of indirectly by parent.

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

Modified: maven/plugins/trunk/maven-antrun-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/pom.xml?rev=1641214&r1=1641213&r2=1641214&view=diff
==============================================================================
--- maven/plugins/trunk/maven-antrun-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-antrun-plugin/pom.xml Sun Nov 23 16:23:10 2014
@@ -79,6 +79,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-plugin-annotations</artifactId>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>


Reply via email to