Add dependency management for io.rest-assured:spring-web-test-client
See gh-18330
This commit is contained in:
committed by
Andy Wilkinson
parent
3c8402f6af
commit
82bf819c49
@@ -1218,6 +1218,11 @@
|
||||
<artifactId>spring-mock-mvc</artifactId>
|
||||
<version>${rest-assured.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.rest-assured</groupId>
|
||||
<artifactId>spring-web-test-client</artifactId>
|
||||
<version>${rest-assured.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.rest-assured</groupId>
|
||||
<artifactId>xml-path</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user