1.修复一个导致CI错误的dependency描述

This commit is contained in:
wusheng 2016-03-19 23:43:45 +08:00
parent 9860219d32
commit aeeabdc010
1 changed files with 2 additions and 2 deletions

View File

@ -31,14 +31,14 @@
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.3</version>
<scope>test</scope>
<scope>compile</scope>
</dependency>
<!--
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.2</version>
<scope>test</scope>
<scope>compile</scope>
</dependency>
-->