summaryrefslogtreecommitdiffstats
path: root/application
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 /application
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 'application')
-rw-r--r--application/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/pom.xml b/application/pom.xml
index 7bcda0ce386..d173fec19cf 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -119,8 +119,8 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
- <scope>test</scope>
</dependency>
+
<dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>testutil</artifactId>