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