Add dependency managements for REST Docs' new webtestclient module

Closes gh-10819
This commit is contained in:
Andy Wilkinson 2017-11-01 10:40:21 +00:00
parent 8f4278c47f
commit cf4c490973

View File

@ -2684,6 +2684,11 @@
<artifactId>spring-restdocs-restassured</artifactId>
<version>${spring-restdocs.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.restdocs</groupId>
<artifactId>spring-restdocs-webtestclient</artifactId>
<version>${spring-restdocs.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.retry</groupId>
<artifactId>spring-retry</artifactId>