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:
Olivier Lamy 2012-02-04 22:37:03 +00:00
parent 4ce46c5c58
commit ed7e4d2876
1 changed files with 5 additions and 0 deletions

View File

@ -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>