fix the pom - it is a compile time dependency

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163921 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-04-13 01:09:02 +00:00
parent a1d22fd80b
commit 433e62f61c
1 changed files with 0 additions and 3 deletions

View File

@ -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>