diff options
Diffstat (limited to 'integration-test')
-rw-r--r-- | integration-test/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/integration-test/pom.xml b/integration-test/pom.xml index ca2b26d1c9..eaf1e23d28 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> |