diff options
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -305,7 +305,12 @@ <scope>test</scope> </dependency> <!-- /Testing --> - + + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>2.9.4</version> + </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> |