From d1eafa29da0806eac7e1aa76b2d3ba8e349d67cd Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Fri, 24 Feb 2017 13:57:09 +0100 Subject: [PATCH] Add missing dependency in docs generation Reactor Netty and Spring WebFlux were missing. --- spring-boot-docs/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/spring-boot-docs/pom.xml b/spring-boot-docs/pom.xml index 1208dbe43d7..a21590189c9 100644 --- a/spring-boot-docs/pom.xml +++ b/spring-boot-docs/pom.xml @@ -172,6 +172,11 @@ metrics-core true + + io.projectreactor.ipc + reactor-netty + true + io.undertow undertow-servlet @@ -538,6 +543,11 @@ spring-web true + + org.springframework + spring-webfux + true + org.springframework spring-webmvc