diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -162,6 +162,11 @@ <version>1.1.32-SNAPSHOT</version> </dependency> <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient</artifactId> + <version>4.5</version> + </dependency> + <dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> <version>20131018</version> |