summaryrefslogtreecommitdiffstats
path: root/node-admin
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2023-01-09 11:41:08 +0100
committerBjørn Christian Seime <bjorncs@yahooinc.com>2023-01-09 11:41:08 +0100
commit2c3dbf36ce449a7ebdc59ff0102e9f79e508780e (patch)
tree0ea87ecb747084619a2368f6af6c2faa3ae965b0 /node-admin
parent462fd256f43cfa3ed8b3fcff0729dbf459844172 (diff)
Add http-utils as explicit dependency
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>