提交 532ab944 编写于 作者: N Nicolas De Loof

[JENKINS-10819] replace wagon-http-lightweight with wagon-http (httpclient)

上级 9dca500e
......@@ -46,7 +46,7 @@ THE SOFTWARE.
<maven.version>${mavenVersion}</maven.version>
<aetherVersion>1.11</aetherVersion>
<sisuInjectVersion>2.2.0</sisuInjectVersion>
<wagonVersion>1.0-beta-7</wagonVersion>
<wagonVersion>1.0</wagonVersion>
</properties>
<dependencyManagement>
......@@ -211,20 +211,11 @@ THE SOFTWARE.
</exclusions>
</dependency>
<!-- JENKINS-10819 : This wagon is safer and more configurable to provide http(s) support -->
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-http-lightweight</artifactId>
<artifactId>wagon-http</artifactId>
<version>${wagonVersion}</version>
<exclusions>
<exclusion>
<groupId>nekohtml</groupId>
<artifactId>nekohtml</artifactId>
</exclusion>
<exclusion>
<groupId>nekohtml</groupId>
<artifactId>xercesMinimal</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.maven.wagon</groupId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册