From d9f339a1b6ecfa6192385533c3f196c0fbd0b959 Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Wed, 5 Dec 2018 13:54:05 -0800 Subject: [PATCH] Include Junit5 dependencies in Spring Boot Starter Test Closes gh-14736 Co-authored-by: Stephane Nicoll --- .../spring-boot-starter-test/pom.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-test/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-test/pom.xml index 7b0e307f3e..5907752179 100644 --- a/spring-boot-project/spring-boot-starters/spring-boot-starter-test/pom.xml +++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-test/pom.xml @@ -36,8 +36,16 @@ jakarta.xml.bind-api - junit - junit + org.junit.jupiter + junit-jupiter + + + org.junit.vintage + junit-vintage-engine + + + org.mockito + mockito-junit-jupiter org.assertj