summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
Diffstat (limited to 'application')
-rw-r--r--application/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/application/pom.xml b/application/pom.xml
index c6d0fbc4bec..f9f3e8394af 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -129,6 +129,12 @@
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ <scope>test</scope>
+ </dependency>
+
<!-- These dependencies are necessary in test classpath when using jdisc_http_filters -->
<dependency>