We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f4278c commit cf4c490Copy full SHA for cf4c490
spring-boot-project/spring-boot-dependencies/pom.xml
@@ -2684,6 +2684,11 @@
2684
<artifactId>spring-restdocs-restassured</artifactId>
2685
<version>${spring-restdocs.version}</version>
2686
</dependency>
2687
+ <dependency>
2688
+ <groupId>org.springframework.restdocs</groupId>
2689
+ <artifactId>spring-restdocs-webtestclient</artifactId>
2690
+ <version>${spring-restdocs.version}</version>
2691
+ </dependency>
2692
<dependency>
2693
<groupId>org.springframework.retry</groupId>
2694
<artifactId>spring-retry</artifactId>
0 commit comments