Add dependency managements for REST Docs' new webtestclient module
Closes gh-10819
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user