Browse Source

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
tags/archiva-1.4-M3
Olivier Lamy 12 years ago
parent
commit
ed7e4d2876
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      archiva-modules/archiva-base/archiva-converter/pom.xml

+ 5
- 0
archiva-modules/archiva-base/archiva-converter/pom.xml 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>

Loading…
Cancel
Save