aboutsummaryrefslogtreecommitdiffstats
path: root/orchestrator
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2022-04-29 16:00:15 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2022-04-29 16:00:15 +0200
commitd646c4d8fdafd1b7263141e552866aa2e4684573 (patch)
treefa3cfbe854b43bd7de0b591a15d75971c491e658 /orchestrator
parentd1945f85161b2436bd18f685e3517c35640c30af (diff)
Depend on apache http client bundle
Diffstat (limited to 'orchestrator')
-rw-r--r--orchestrator/pom.xml11
1 files changed, 3 insertions, 8 deletions
diff --git a/orchestrator/pom.xml b/orchestrator/pom.xml
index d3e9351efc5..1ac1bf6ec22 100644
--- a/orchestrator/pom.xml
+++ b/orchestrator/pom.xml
@@ -77,15 +77,10 @@
<scope>compile</scope>
</dependency>
<dependency>
- <groupId>org.apache.httpcomponents.client5</groupId>
- <artifactId>httpclient5</artifactId>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>container-apache-http-client-bundle</artifactId>
+ <version>${project.version}</version>
<scope>provided</scope>
- <exclusions>
- <exclusion>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>