summaryrefslogtreecommitdiffstats
path: root/node-admin
diff options
context:
space:
mode:
Diffstat (limited to 'node-admin')
-rw-r--r--node-admin/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/node-admin/pom.xml b/node-admin/pom.xml
index 8ef8e934cd8..598e0233da0 100644
--- a/node-admin/pom.xml
+++ b/node-admin/pom.xml
@@ -65,6 +65,7 @@
<artifactId>httpcore</artifactId>
</dependency>
<dependency>
+ <!-- TODO Use container-apache-http-client-bundle -->
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
@@ -79,6 +80,12 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>http-utils</artifactId>
+ <version>${project.version}</version>
+ <scope>compile</scope>
+ </dependency>
<!-- Test -->
<dependency>