brett 2005/04/12 18:09:02
Modified: maven-core pom.xml
Log:
fix the pom - it is a compile time dependency
Revision Changes Path
1.32 +0 -3 maven-components/maven-core/pom.xml
Index: pom.xml
===================================================================
RCS file: /home/cvs/maven-components/maven-core/pom.xml,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- pom.xml 13 Apr 2005 00:28:30 -0000 1.31
+++ pom.xml 13 Apr 2005 01:09:02 -0000 1.32
@@ -8,14 +8,11 @@
<artifactId>maven-core</artifactId>
<name>Maven</name>
<dependencies>
- <!-- TODO: shouldn't be required, but is for correct version to appear
in distribution - need dependency mediation -->
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-provider-api</artifactId>
<version>1.0-alpha-3-SNAPSHOT</version>
- <scope>runtime</scope>
</dependency>
-
<dependency>
<groupId>plexus</groupId>
<artifactId>plexus-container-artifact</artifactId>