summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>