mirror of https://github.com/apache/maven.git
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:
parent
1582bc78ee
commit
44a8125bb0
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue