summaryrefslogtreecommitdiffstats
path: root/dependencies/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dependencies/pom.xml')
-rwxr-xr-xdependencies/pom.xml8
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>