|
|
@@ -37,11 +37,23 @@ |
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.httpcomponents</groupId> |
|
|
|
<artifactId>httpclient</artifactId> |
|
|
|
<exclusions> |
|
|
|
<exclusion> |
|
|
|
<artifactId>commons-logging</artifactId> |
|
|
|
<groupId>commons-logging</groupId> |
|
|
|
</exclusion> |
|
|
|
</exclusions> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.apache.httpcomponents</groupId> |
|
|
|
<artifactId>httpmime</artifactId> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.slf4j</groupId> |
|
|
|
<artifactId>jcl-over-slf4j</artifactId> |
|
|
|
<version>1.7.24</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>com.google.code.gson</groupId> |
|
|
|
<artifactId>gson</artifactId> |
|
|
|