summaryrefslogtreecommitdiffstats
path: root/config-proxy
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2021-06-21 13:43:34 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2021-06-21 13:44:47 +0200
commitb00886e617754a19439139160ae58da9f25c2226 (patch)
tree900b4997e94854d134484ca215417a96baeb68ac /config-proxy
parentc9bc1bb4ac6490ebfb741829b06ccc0c023e00c1 (diff)
Add transitive httpclient dependencies to config-proxy tools
Diffstat (limited to 'config-proxy')
-rw-r--r--config-proxy/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/config-proxy/pom.xml b/config-proxy/pom.xml
index a02915c49a0..124d72f092d 100644
--- a/config-proxy/pom.xml
+++ b/config-proxy/pom.xml
@@ -73,6 +73,12 @@
<artifactId>slf4j-api</artifactId>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>container-apache-http-client-bundle</artifactId>
+ <version>${project.version}</version>
+ <scope>compile</scope>
+ </dependency>
</dependencies>
<build>
<plugins>