Commit 85e6954e authored by Tony Findeisen's avatar Tony Findeisen Committed by Andy Wilkinson

Add dependency management for io.rest-assured:spring-mock-mvc

See gh-11866
parent de11fa62
......@@ -931,6 +931,11 @@
<groupId>io.rest-assured</groupId>
<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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment