From c16ecd9af857b0fc940e6ea2df70faf6705e94e8 Mon Sep 17 00:00:00 2001 From: Tommy Ludwig Date: Sun, 18 Jun 2017 17:17:21 +0900 Subject: [PATCH] Run JUnit 4 tests with JUnit 5 Vintage engine In preparation for switching tests to JUnit 5, run existing JUnit 4 tests using the JUnit Vintage test engine. Related to gh-6402 --- spring-boot-parent/pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/spring-boot-parent/pom.xml b/spring-boot-parent/pom.xml index 266a49a0cf7d..dc658b4f798d 100644 --- a/spring-boot-parent/pom.xml +++ b/spring-boot-parent/pom.xml @@ -24,6 +24,8 @@ 1.0.2.v20150114 UTF-8 UTF-8 + 1.0.0-M4 + ${junit.version}.0-M4 3.1.1 1.0-groovy-2.4 @@ -571,6 +573,18 @@ -Xmx1024m + + + org.junit.platform + junit-platform-surefire-provider + ${junit-platform.version} + + + org.junit.vintage + junit-vintage-engine + ${junit-vintage.version} + + org.apache.maven.plugins