You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2008/03/14 22:45:27 UTC

svn commit: r637282 - /maven/components/branches/maven-2.0.x/maven-core/pom.xml

Author: jdcasey
Date: Fri Mar 14 14:45:25 2008
New Revision: 637282

URL: http://svn.apache.org/viewvc?rev=637282&view=rev
Log:
Removing toolchains, it causes a cyclic dep...need to move the assembly stuff out to a new module instead.

Modified:
    maven/components/branches/maven-2.0.x/maven-core/pom.xml

Modified: maven/components/branches/maven-2.0.x/maven-core/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/maven-core/pom.xml?rev=637282&r1=637281&r2=637282&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.x/maven-core/pom.xml (original)
+++ maven/components/branches/maven-2.0.x/maven-core/pom.xml Fri Mar 14 14:45:25 2008
@@ -231,10 +231,6 @@
       <artifactId>maven-monitor</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-toolchain</artifactId>
-    </dependency>
-    <dependency>
       <groupId>org.apache.maven.wagon</groupId>
       <artifactId>wagon-ssh</artifactId>
       <scope>runtime</scope>