mirror of https://github.com/apache/maven.git
put the wagon dependency version update in the right place
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163920 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ce968a2dd9
commit
a1d22fd80b
|
@ -8,6 +8,14 @@
|
|||
<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>
|
||||
|
|
|
@ -9,14 +9,6 @@
|
|||
<name>Maven MBoot</name>
|
||||
<description>Tool used to bootstrap m2.</description>
|
||||
<dependencies>
|
||||
<!-- TODO: shouldn't be required - need latest version dependency resolution -->
|
||||
<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>org.codehaus.modello</groupId>
|
||||
<artifactId>modello-plugin-xpp3</artifactId>
|
||||
|
|
Loading…
Reference in New Issue