aboutsummaryrefslogtreecommitdiffstats
path: root/integration-test/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'integration-test/pom.xml')
-rw-r--r--integration-test/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/integration-test/pom.xml b/integration-test/pom.xml
index ca2b26d1c..eaf1e23d2 100644
--- a/integration-test/pom.xml
+++ b/integration-test/pom.xml
@@ -38,6 +38,10 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter</artifactId>
+ </dependency>
+ <dependency>
<groupId>${project.groupId}</groupId>
<artifactId>cps-rest</artifactId>
<scope>test</scope>