From 475b3f9d2e05842c359dbee18baee620084d34da Mon Sep 17 00:00:00 2001 From: gjoranv Date: Sat, 25 Jan 2020 23:22:17 +0100 Subject: 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) --- container-dev/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'container-dev') 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 @@ commons-lang commons-lang + + org.apache.httpcomponents + httpclient + -- cgit v1.2.3