You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2005/10/20 10:27:15 UTC

svn commit: r326861 - /maven/continuum/trunk/continuum-core/pom.xml

Author: evenisse
Date: Thu Oct 20 01:27:11 2005
New Revision: 326861

URL: http://svn.apache.org/viewcvs?rev=326861&view=rev
Log:
Add maven-scm-api. I don't know why we need it in dependencies because it's a transitive dependency of maven-scm-manager-plexus

Modified:
    maven/continuum/trunk/continuum-core/pom.xml

Modified: maven/continuum/trunk/continuum-core/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-core/pom.xml?rev=326861&r1=326860&r2=326861&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-core/pom.xml (original)
+++ maven/continuum/trunk/continuum-core/pom.xml Thu Oct 20 01:27:11 2005
@@ -156,6 +156,11 @@
       <groupId>org.apache.maven.scm</groupId>
       <artifactId>maven-scm-manager-plexus</artifactId>
     </dependency>
+    <!-- Don't know why we need to add this dependency because it's a transitive dep of maven-scm-manager-plexus -->
+    <dependency>
+      <groupId>org.apache.maven.scm</groupId>
+      <artifactId>maven-scm-api</artifactId>
+    </dependency>
     <dependency>
       <groupId>velocity</groupId>
       <artifactId>velocity</artifactId>