aboutsummaryrefslogtreecommitdiffstats
path: root/orchestrator/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'orchestrator/pom.xml')
-rw-r--r--orchestrator/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/orchestrator/pom.xml b/orchestrator/pom.xml
index bd9c7ed977a..6ae24d2782e 100644
--- a/orchestrator/pom.xml
+++ b/orchestrator/pom.xml
@@ -138,6 +138,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-params</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<scope>test</scope>