From 0654dd4de25eb0f92b8faae40ece4b83756e2455 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Mon, 16 Jul 2018 13:49:37 +0200 Subject: [PATCH] Add JUnit Jupiter API to spring-boot-docs build This is required for the docs module to inspect Spring Boot annotations for meta-annotations. See gh-13739 --- spring-boot-project/spring-boot-docs/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spring-boot-project/spring-boot-docs/pom.xml b/spring-boot-project/spring-boot-docs/pom.xml index 2d99207274..6d74331182 100644 --- a/spring-boot-project/spring-boot-docs/pom.xml +++ b/spring-boot-project/spring-boot-docs/pom.xml @@ -318,6 +318,11 @@ junit true + + org.junit.jupiter + junit-jupiter-api + true + net.sf.ehcache ehcache