Commit cf4c4909 authored by Andy Wilkinson's avatar Andy Wilkinson

Add dependency managements for REST Docs' new webtestclient module

Closes gh-10819
parent 8f4278c4
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment