Got rid of 'httpclient' dependency.

This commit is contained in:
Prominence
2018-07-07 21:29:58 +03:00
parent 17fb63bd69
commit a9ce72ba41
3 changed files with 15 additions and 30 deletions
-9
View File
@@ -8,15 +8,7 @@
<artifactId>by.prominence.openweater.api</artifactId>
<version>1.0-SNAPSHOT</version>
<dependencies>
<!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.5</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
@@ -24,5 +16,4 @@
</dependency>
</dependencies>
</project>