Explorar el Código

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 hace 12 años
padre
commit
ed7e4d2876
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5
    0
      archiva-modules/archiva-base/archiva-converter/pom.xml

+ 5
- 0
archiva-modules/archiva-base/archiva-converter/pom.xml Ver fichero

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

Cargando…
Cancelar
Guardar