mirror of https://github.com/apache/archiva.git
add wagon-http-lightweight as dependency to prevent CNFE in test
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1240633 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4ce46c5c58
commit
ed7e4d2876
|
@ -62,6 +62,11 @@
|
|||
<artifactId>wagon-http</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.wagon</groupId>
|
||||
<artifactId>wagon-http-lightweight</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-simple</artifactId>
|
||||
|
|
Loading…
Reference in New Issue