aboutsummaryrefslogtreecommitdiffstats
path: root/orchestrator/pom.xml
diff options
context:
space:
mode:
authorHÃ¥kon Hallingstad <hakon@oath.com>2018-06-22 09:29:45 +0200
committerGitHub <noreply@github.com>2018-06-22 09:29:45 +0200
commit47bde30f37a075c664116fc918252573fc472ab7 (patch)
tree8da6f593afbdacb8e88f49278574991803d274c3 /orchestrator/pom.xml
parent7b34c4af8e19d5ccaad898b7c289433d8a6a7395 (diff)
Revert "Revert "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>