mirror of https://github.com/apache/maven.git
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:
parent
a1d22fd80b
commit
433e62f61c
|
@ -8,14 +8,11 @@
|
||||||
<artifactId>maven-core</artifactId>
|
<artifactId>maven-core</artifactId>
|
||||||
<name>Maven</name>
|
<name>Maven</name>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<!-- TODO: shouldn't be required, but is for correct version to appear in distribution - need dependency mediation -->
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.maven.wagon</groupId>
|
<groupId>org.apache.maven.wagon</groupId>
|
||||||
<artifactId>wagon-provider-api</artifactId>
|
<artifactId>wagon-provider-api</artifactId>
|
||||||
<version>1.0-alpha-3-SNAPSHOT</version>
|
<version>1.0-alpha-3-SNAPSHOT</version>
|
||||||
<scope>runtime</scope>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>plexus</groupId>
|
<groupId>plexus</groupId>
|
||||||
<artifactId>plexus-container-artifact</artifactId>
|
<artifactId>plexus-container-artifact</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue