From cf4c490973948392bcbac2c4a87fe6e1a04291cc Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 1 Nov 2017 10:40:21 +0000 Subject: [PATCH] Add dependency managements for REST Docs' new webtestclient module Closes gh-10819 --- spring-boot-project/spring-boot-dependencies/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index 731d2788e54..eb7dbb338c8 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -2684,6 +2684,11 @@ spring-restdocs-restassured ${spring-restdocs.version} + + org.springframework.restdocs + spring-restdocs-webtestclient + ${spring-restdocs.version} + org.springframework.retry spring-retry