From 7a3b83da4e18fa26637bd6fc87f35bc4b2570dc0 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 See gh-14736 --- .../spring-boot-starter-test/pom.xml | 16 ++++++++++++++-- 1 file changed, 14 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 7b0e307f3ec7..99dcb34a891c 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,20 @@ jakarta.xml.bind-api - junit - junit + org.junit.jupiter + junit-jupiter-engine + + + org.junit.jupiter + junit-jupiter-params + + + org.junit.vintage + junit-vintage-engine + + + org.mockito + mockito-junit-jupiter org.assertj