From bfdedb80325a5193213d337f3a8cc3ac0fff6e26 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 7993a5614535..de9e4c33e3ee 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 @@ -32,8 +32,20 @@ json-path - 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