summaryrefslogtreecommitdiffstats
path: root/container-search
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 /container-search
parent94b60e62b6b4876bf1aa7f8abc27e0387163f306 (diff)
Do not provide apache httpclient and httpcore.
Diffstat (limited to 'container-search')
-rw-r--r--container-search/pom.xml13
1 files changed, 5 insertions, 8 deletions
diff --git a/container-search/pom.xml b/container-search/pom.xml
index 3040b8e93ef..35b1477f478 100644
--- a/container-search/pom.xml
+++ b/container-search/pom.xml
@@ -21,6 +21,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<scope>test</scope>
@@ -107,14 +112,6 @@
</exclusions>
</dependency>
<dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpcore</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- </dependency>
- <dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</dependency>