wagon required for the non-transitive bootstrap

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163718 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-03-30 08:16:44 +00:00
parent 92600f4e55
commit e190b0b2f5
1 changed files with 5 additions and 0 deletions

View File

@ -34,5 +34,10 @@
<artifactId>maven-plugin</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>maven</groupId>
<artifactId>wagon-provider-api</artifactId>
<version>1.0-alpha-2-SNAPSHOT</version>
</dependency>
</dependencies>
</project>