Add dependency management for io.rest-assured:spring-mock-mvc
See gh-11866
This commit is contained in:
committed by
Andy Wilkinson
parent
de11fa6279
commit
85e6954e6b
@@ -932,6 +932,11 @@
|
||||
<artifactId>rest-assured</artifactId>
|
||||
<version>${rest-assured.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.rest-assured</groupId>
|
||||
<artifactId>spring-mock-mvc</artifactId>
|
||||
<version>${rest-assured.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.searchbox</groupId>
|
||||
<artifactId>jest</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user