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 2012/11/13 03:26:59 UTC

svn commit: r1408546 - /maven/pom/trunk/maven/pom.xml

Author: hboutemy
Date: Tue Nov 13 02:26:59 2012
New Revision: 1408546

URL: http://svn.apache.org/viewvc?rev=1408546&view=rev
Log:
added maven-plugin-annotations to dependencyManagement

Modified:
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1408546&r1=1408545&r2=1408546&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Tue Nov 13 02:26:59 2012
@@ -749,6 +749,12 @@ under the License.
         <artifactId>plexus-component-annotations</artifactId>
         <version>1.5.5</version>
       </dependency>
+      <dependency>
+        <groupId>org.apache.maven.plugin-tools</groupId>
+        <artifactId>maven-plugin-annotations</artifactId>
+        <version>3.2</version>
+        <scope>provided</scope>
+      </dependency>
     </dependencies>
   </dependencyManagement>