From c373c0e830e6373eff25383d39057e6b97192956 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 9 Jan 2018 15:22:16 +0100 Subject: [PATCH] Add missing artifact required for the Javadoc task See gh-10696 --- 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 6824b5fda1..502c1ccfc3 100644 --- a/spring-boot-project/spring-boot-docs/pom.xml +++ b/spring-boot-project/spring-boot-docs/pom.xml @@ -812,6 +812,11 @@ spring-restdocs-mockmvc true + + org.springframework.restdocs + spring-restdocs-webtestclient + true + org.springframework.security spring-security-data