From b7fdf9f9f3b87b6953bab6ca5ae478bd8bc900b2 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Thu, 1 Aug 2019 17:46:06 +1000 Subject: [PATCH] upgrade to junit 5.5.1 (#3925) Signed-off-by: olivier lamy --- pom.xml | 12 +++++++++++- tests/test-distribution/pom.xml | 4 ++++ tests/test-sessions/test-sessions-common/pom.xml | 5 +++++ 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d1a366a5ca2..6e59f06edd8 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ benchmarks 1.2.0 1.1.5 - 5.4.0 + 5.5.1 3.6.0 1.3.1 3.1.0 @@ -930,6 +930,11 @@ jetty-test-helper test + + org.junit.jupiter + junit-jupiter + test + @@ -1046,6 +1051,11 @@ ${maven.plugin-tools.version} provided + + org.junit.jupiter + junit-jupiter + ${junit.version} + org.eclipse.jetty.toolchain diff --git a/tests/test-distribution/pom.xml b/tests/test-distribution/pom.xml index fad96bc6b55..1340f5dc3ca 100644 --- a/tests/test-distribution/pom.xml +++ b/tests/test-distribution/pom.xml @@ -92,6 +92,10 @@ org.eclipse.jetty.toolchain jetty-test-helper + + org.junit.jupiter + junit-jupiter + org.eclipse.jetty jetty-unixsocket diff --git a/tests/test-sessions/test-sessions-common/pom.xml b/tests/test-sessions/test-sessions-common/pom.xml index 718981414e1..7489874492b 100644 --- a/tests/test-sessions/test-sessions-common/pom.xml +++ b/tests/test-sessions/test-sessions-common/pom.xml @@ -34,5 +34,10 @@ jetty-test-helper compile + + org.junit.jupiter + junit-jupiter + compile +