aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Marius Venstad <jonmv@users.noreply.github.com>2021-06-21 13:45:52 +0200
committerGitHub <noreply@github.com>2021-06-21 13:45:52 +0200
commitdf13a01232fec3f709b3d5f98b7b5d881082e860 (patch)
tree900b4997e94854d134484ca215417a96baeb68ac
parentc9bc1bb4ac6490ebfb741829b06ccc0c023e00c1 (diff)
parentb00886e617754a19439139160ae58da9f25c2226 (diff)
Merge pull request #18341 from vespa-engine/bjorncs/fix
Add transitive httpclient dependencies to config-proxy tools
-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>