Author: khmarbaise
Date: Sun Nov 23 16:06:55 2014
New Revision: 1641209

URL: http://svn.apache.org/r1641209
Log:
Explicit scope instead of inherited.

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

Modified: maven/plugins/trunk/maven-ant-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ant-plugin/pom.xml?rev=1641209&r1=1641208&r2=1641209&view=diff
==============================================================================
--- maven/plugins/trunk/maven-ant-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-ant-plugin/pom.xml Sun Nov 23 16:06:55 2014
@@ -106,6 +106,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