From 64079b27bdfff509fe610b1d46e09bdf1e43e4c6 Mon Sep 17 00:00:00 2001 From: Bogumil Zebek Date: Wed, 16 Dec 2020 09:35:11 +0100 Subject: Preparation to migrate to Junit 5 Issue-ID: SDC-3400 Signed-off-by: Zebek Bogumil Change-Id: I34a2d10d0992160ee34f4aedfc19b3384c0fe152 --- pom.xml | 2 +- sdc-distribution-client/pom.xml | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index f42c3f8..69b6dce 100644 --- a/pom.xml +++ b/pom.xml @@ -37,7 +37,7 @@ 4.5.13 4.4.14 1.2.3 - 4.12 + 5.7.0 1.27 30.0-jre 9.4.35.v20201120 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 @@ - junit - junit + org.junit.jupiter + junit-jupiter + ${junit.version} + test + + + org.junit.vintage + junit-vintage-engine ${junit.version} test -- cgit 1.2.3-korg