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