Add dependency managements for REST Docs' new webtestclient module
Closes gh-10819
This commit is contained in:
parent
8f4278c47f
commit
cf4c490973
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue