瀏覽代碼

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 年之前
父節點
當前提交
ed7e4d2876
共有 1 個檔案被更改,包括 5 行新增0 行删除
  1. 5
    0
      archiva-modules/archiva-base/archiva-converter/pom.xml

+ 5
- 0
archiva-modules/archiva-base/archiva-converter/pom.xml 查看文件

@@ -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…
取消
儲存