Removed Commons IO dependency

Replaced deprecated HttpClient methods
This commit is contained in:
2016-08-13 18:43:41 +02:00
parent ee5b112704
commit a8afae70cc
2 changed files with 49 additions and 40 deletions

View File

@ -24,11 +24,6 @@
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.5</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>