From 0c99126e0db5f0f52a972e2d3115b243a3cdaabc Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 12 Feb 2019 11:19:34 +0100 Subject: [PATCH] Use JUnit BOM for dependency management and upgrade to JUnit 5.4.0 #980 --- pom.xml | 41 +++++++++++++++++++++++------------------ 1 file changed, 23 insertions(+), 18 deletions(-) diff --git a/pom.xml b/pom.xml index a056fdc593..d532a6529c 100644 --- a/pom.xml +++ b/pom.xml @@ -63,6 +63,7 @@ 4.3.20.RELEASE 3.2.6.RELEASE 5.2.0 + 5.4.0 true @@ -70,8 +71,8 @@ scm:git:https://github.com/lettuce-io/lettuce-core.git scm:git:https://github.com/lettuce-io/lettuce-core.git http://github.com/lettuce-io/lettuce-core - HEAD - + HEAD + @@ -100,6 +101,14 @@ import + + org.junit + junit-bom + ${junit-version} + pom + import + + @@ -275,14 +284,24 @@ org.junit.jupiter junit-jupiter-api - 5.3.1 test org.junit.jupiter junit-jupiter-params - 5.3.1 + test + + + + org.junit.jupiter + junit-jupiter-engine + test + + + + org.junit.vintage + junit-vintage-engine test @@ -404,20 +423,6 @@ test - - org.junit.jupiter - junit-jupiter-engine - 5.3.1 - test - - - - org.junit.vintage - junit-vintage-engine - 5.3.1 - test - -