summaryrefslogtreecommitdiffstats
path: root/orchestrator
diff options
context:
space:
mode:
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>