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/06/02 22:59:08 UTC

svn commit: r1345574 - /maven/doxia/doxia/trunk/pom.xml

Author: hboutemy
Date: Sat Jun  2 20:59:07 2012
New Revision: 1345574

URL: http://svn.apache.org/viewvc?rev=1345574&view=rev
Log:
added plexus-component-annotations to dependencyManagement

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

Modified: maven/doxia/doxia/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/pom.xml?rev=1345574&r1=1345573&r2=1345574&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/pom.xml (original)
+++ maven/doxia/doxia/trunk/pom.xml Sat Jun  2 20:59:07 2012
@@ -288,6 +288,11 @@ under the License.
         <artifactId>plexus-utils</artifactId>
         <version>2.0.5</version>
       </dependency>
+      <dependency><!-- remove when upgrading parent to version 22 -->
+        <groupId>org.codehaus.plexus</groupId>
+        <artifactId>plexus-component-annotations</artifactId>
+        <version>1.5.5</version>
+      </dependency>
     </dependencies>
   </dependencyManagement>
   <dependencies>