Commit aeeabdc0 authored by 吴晟's avatar 吴晟
Browse files

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

parent 9860219d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>
		-->