Skip to content

Commit cf4c490

Browse files
committed
Add dependency managements for REST Docs' new webtestclient module
Closes gh-10819
1 parent 8f4278c commit cf4c490

File tree

1 file changed

+5
-0
lines changed
  • spring-boot-project/spring-boot-dependencies

1 file changed

+5
-0
lines changed

spring-boot-project/spring-boot-dependencies/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2684,6 +2684,11 @@
26842684
<artifactId>spring-restdocs-restassured</artifactId>
26852685
<version>${spring-restdocs.version}</version>
26862686
</dependency>
2687+
<dependency>
2688+
<groupId>org.springframework.restdocs</groupId>
2689+
<artifactId>spring-restdocs-webtestclient</artifactId>
2690+
<version>${spring-restdocs.version}</version>
2691+
</dependency>
26872692
<dependency>
26882693
<groupId>org.springframework.retry</groupId>
26892694
<artifactId>spring-retry</artifactId>

0 commit comments

Comments
 (0)