remove the dependency for apache httpclient

This commit is contained in:
Naoyuki Kanezawa
2013-04-23 23:15:26 +09:00
parent 989f5b798a
commit e3f5e95eea
7 changed files with 70 additions and 79 deletions

View File

@@ -19,11 +19,6 @@
</repositories>
<dependencies>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.2.3</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>