aboutsummaryrefslogtreecommitdiffstats
path: root/orchestrator/pom.xml
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@oath.com>2018-06-21 13:41:42 +0200
committerHåkon Hallingstad <hakon@oath.com>2018-06-21 13:41:42 +0200
commitbf4d047056ead5b91a8eb8c185a107e1c48aa5ad (patch)
treeac7232761679c250532894ea5940ce7378e87e2a /orchestrator/pom.xml
parent5258489bf992e8176e136362759ac079494b6f94 (diff)
Move TimeBudget to vespajlib and use Clock
Diffstat (limited to 'orchestrator/pom.xml')
-rw-r--r--orchestrator/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/orchestrator/pom.xml b/orchestrator/pom.xml
index 3559e4282c3..ae05a1908c9 100644
--- a/orchestrator/pom.xml
+++ b/orchestrator/pom.xml
@@ -42,6 +42,12 @@
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
+ <artifactId>vespajlib</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
<artifactId>jaxrs_client_utils</artifactId>
<version>${project.version}</version>
<scope>compile</scope>