diff options
Diffstat (limited to 'dependencies/pom.xml')
-rwxr-xr-x | dependencies/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dependencies/pom.xml b/dependencies/pom.xml index 9c696046..bd0f1c05 100755 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -64,6 +64,14 @@ <artifactId>commons-text</artifactId> </dependency> <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient</artifactId> + </dependency> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpcore</artifactId> + </dependency> + <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-jdbc</artifactId> </dependency> |