summaryrefslogtreecommitdiffstats
path: root/orchestrator/pom.xml
diff options
context:
space:
mode:
authorHÃ¥kon Hallingstad <hakon@oath.com>2018-10-30 09:22:27 +0100
committerGitHub <noreply@github.com>2018-10-30 09:22:27 +0100
commit47972b55d383e899e5eb3d2af24e631ae04d4c4c (patch)
tree5373df76e37ff5083964d7c50f14e6b9a6e1cdc7 /orchestrator/pom.xml
parentedee5b90c4a0b0bba89a801952ab4c883aa39b4b (diff)
Revert "Revert "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>