0

Переход на Apache HTTP Client

This commit is contained in:
2017-01-04 00:50:07 +03:00
parent e8b6719026
commit 650ec70238
4 changed files with 107 additions and 4 deletions

View File

@@ -43,6 +43,11 @@
<artifactId>gson</artifactId>
<version>2.4</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>