aboutsummaryrefslogtreecommitdiffstats
path: root/container-dev
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2020-01-25 23:22:17 +0100
committergjoranv <gv@verizonmedia.com>2020-01-28 20:11:18 +0100
commit475b3f9d2e05842c359dbee18baee620084d34da (patch)
treed53aaadb1b8fffe52bcc04ae939176986adf6949 /container-dev
parent9e7313708c0aac16bda48cced4c4d011a19e3f51 (diff)
Exclude httpclient from container-disc (really container-core)
- httpclient has been added in compile scope to container-core for the metrics/v2 api, and is not provided runtime by jdisc. - Add htpclient in compile scope in 'application', as it is now needed on the class path for application based tests. (Because the MetricsV2Handler is always set up)
Diffstat (limited to 'container-dev')
-rw-r--r--container-dev/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/container-dev/pom.xml b/container-dev/pom.xml
index a7217d05315..738a4cc8700 100644
--- a/container-dev/pom.xml
+++ b/container-dev/pom.xml
@@ -106,6 +106,10 @@
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>