From d9f7d57a38d745711cbcabdebc7980165a5f8247 Mon Sep 17 00:00:00 2001 From: Benjamin Marwell Date: Tue, 12 May 2020 07:18:47 +0200 Subject: [PATCH] [SHIRO-777] Update JUnit --- integration-tests/support/pom.xml | 11 +++++----- pom.xml | 35 ++++++++++++++++++++++++++----- 2 files changed, 36 insertions(+), 10 deletions(-) diff --git a/integration-tests/support/pom.xml b/integration-tests/support/pom.xml index bcfd9fd2c4..2119ec40b9 100644 --- a/integration-tests/support/pom.xml +++ b/integration-tests/support/pom.xml @@ -115,11 +115,12 @@ - - junit - junit - compile - + + org.junit.vintage + junit-vintage-engine + ${junit.version} + compile + + - junit - junit + org.junit.jupiter + junit-jupiter-api + test + + + org.junit.jupiter + junit-jupiter-engine + test + + + org.junit.vintage + junit-vintage-engine test @@ -829,10 +840,24 @@ + - junit - junit + org.junit.jupiter + junit-jupiter-api ${junit.version} + test + + + org.junit.jupiter + junit-jupiter-engine + ${junit.version} + test + + + org.junit.vintage + junit-vintage-engine + ${junit.version} + test