summaryrefslogtreecommitdiffstats
path: root/orchestrator/pom.xml
diff options
context:
space:
mode:
authorHÃ¥kon Hallingstad <hakon@oath.com>2018-10-29 10:50:07 +0100
committerGitHub <noreply@github.com>2018-10-29 10:50:07 +0100
commitd7e75c63c3c25474e825488c0daaa328e27472d8 (patch)
tree30f813e6cd54e73180e90affb29dc4a279104211 /orchestrator/pom.xml
parent06056362f9190cf74634e4cce5b4ac0da5a6855c (diff)
Revert "Revert "Enforce CC timeouts in Orchestrator 2""
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 ae05a1908c9..37d308111ae 100644
--- a/orchestrator/pom.xml
+++ b/orchestrator/pom.xml
@@ -117,6 +117,12 @@
<scope>provided</scope>
</dependency>
<dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>testutil</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-test</artifactId>
<scope>test</scope>