Skip to content

Commit c5cb41d

Browse files
committed
Merge pull request #18330 from eddumelendez
* gh-18330: Add dependency management for io.rest-assured:spring-web-test-client Closes gh-18330
2 parents 3c8402f + 82bf819 commit c5cb41d

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
@@ -1218,6 +1218,11 @@
12181218
<artifactId>spring-mock-mvc</artifactId>
12191219
<version>${rest-assured.version}</version>
12201220
</dependency>
1221+
<dependency>
1222+
<groupId>io.rest-assured</groupId>
1223+
<artifactId>spring-web-test-client</artifactId>
1224+
<version>${rest-assured.version}</version>
1225+
</dependency>
12211226
<dependency>
12221227
<groupId>io.rest-assured</groupId>
12231228
<artifactId>xml-path</artifactId>

0 commit comments

Comments
 (0)