summaryrefslogtreecommitdiffstats
path: root/orchestrator/pom.xml
diff options
context:
space:
mode:
authorHÃ¥kon Hallingstad <hakon@oath.com>2018-11-01 08:55:55 +0100
committerGitHub <noreply@github.com>2018-11-01 08:55:55 +0100
commit08d60ee8e27259b936821b80d7f0f89f99d44d56 (patch)
treea01a49cf3be5ab1d69dd3a961b8e6cec05951046 /orchestrator/pom.xml
parentea4900aa266ec8e3e55b9fbc98d9b20b6eb61995 (diff)
Revert "Revert "Enforce CC timeouts in Orchestrator [4]""
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>