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 2016/07/09 11:47:31 UTC

svn commit: r1751997 - /maven/plugins/trunk/maven-scm-publish-plugin/pom.xml

Author: khmarbaise
Date: Sat Jul  9 11:47:31 2016
New Revision: 1751997

URL: http://svn.apache.org/viewvc?rev=1751997&view=rev
Log:
[MSCMPUB-26] Change scope of maven-plugin-annotations to provided

Modified:
    maven/plugins/trunk/maven-scm-publish-plugin/pom.xml

Modified: maven/plugins/trunk/maven-scm-publish-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-scm-publish-plugin/pom.xml?rev=1751997&r1=1751996&r2=1751997&view=diff
==============================================================================
--- maven/plugins/trunk/maven-scm-publish-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-scm-publish-plugin/pom.xml Sat Jul  9 11:47:31 2016
@@ -95,6 +95,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-plugin-annotations</artifactId>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.scm</groupId>