aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-distribution-client/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sdc-distribution-client/pom.xml')
-rw-r--r--sdc-distribution-client/pom.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/sdc-distribution-client/pom.xml b/sdc-distribution-client/pom.xml
index d4effc6..4680ff7 100644
--- a/sdc-distribution-client/pom.xml
+++ b/sdc-distribution-client/pom.xml
@@ -129,8 +129,14 @@
</dependency>
<dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter</artifactId>
+ <version>${junit.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.junit.vintage</groupId>
+ <artifactId>junit-vintage-engine</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>