summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-11-19 15:12:53 +0100
committergjoranv <gv@oath.com>2019-01-21 15:09:27 +0100
commitc952b69610be378def7ae4c415d6f50c47eabf46 (patch)
tree94ceada0ae625985e4371d5d326001887007a0cf /application
parent94b60e62b6b4876bf1aa7f8abc27e0387163f306 (diff)
Do not provide apache httpclient and httpcore.
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>