From e16511279a722072352643e1fcd5d84c5f072bc5 Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Tue, 11 Dec 2018 15:08:28 -0800 Subject: [PATCH] Add junit-jupiter-engine for running Junit5 tests --- spring-boot-project/spring-boot-parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-parent/pom.xml b/spring-boot-project/spring-boot-parent/pom.xml index bc9afa6e99..16f13ca8bd 100644 --- a/spring-boot-project/spring-boot-parent/pom.xml +++ b/spring-boot-project/spring-boot-parent/pom.xml @@ -258,7 +258,7 @@ org.junit.jupiter - junit-jupiter-api + junit-jupiter-engine test