summaryrefslogtreecommitdiffstats
path: root/orchestrator
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 /orchestrator
parent462fd256f43cfa3ed8b3fcff0729dbf459844172 (diff)
Add http-utils as explicit dependency
Diffstat (limited to 'orchestrator')
-rw-r--r--orchestrator/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/orchestrator/pom.xml b/orchestrator/pom.xml
index 3f8d2bb83db..bd9c7ed977a 100644
--- a/orchestrator/pom.xml
+++ b/orchestrator/pom.xml
@@ -24,6 +24,12 @@
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
+ <artifactId>http-utils</artifactId>
+ <version>${project.version}</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
<artifactId>service-monitor</artifactId>
<version>${project.version}</version>
<scope>provided</scope>