add wagon

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@326404 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-10-19 05:41:50 +00:00
parent 1582bc78ee
commit 44a8125bb0
1 changed files with 4 additions and 0 deletions

View File

@ -50,6 +50,10 @@
<artifactId>wagon-file</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-provider-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-http-lightweight</artifactId>