summaryrefslogtreecommitdiffstats
path: root/orchestrator/pom.xml
diff options
context:
space:
mode:
authorHÃ¥kon Hallingstad <hakon@oath.com>2018-11-01 23:54:26 +0100
committerGitHub <noreply@github.com>2018-11-01 23:54:26 +0100
commit23f8367787ac42870bd49b2d633f7c8b872c2695 (patch)
tree1530fad281d4c47f48161fa55ba016a6375584ea /orchestrator/pom.xml
parent0af75e190d0dd2f245a63c9bd96175e0da21d056 (diff)
Revert "Revert "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>