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
...@@ -932,6 +932,11 @@ ...@@ -932,6 +932,11 @@
<artifactId>rest-assured</artifactId> <artifactId>rest-assured</artifactId>
<version>${rest-assured.version}</version> <version>${rest-assured.version}</version>
</dependency> </dependency>
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>spring-mock-mvc</artifactId>
<version>${rest-assured.version}</version>
</dependency>
<dependency> <dependency>
<groupId>io.searchbox</groupId> <groupId>io.searchbox</groupId>
<artifactId>jest</artifactId> <artifactId>jest</artifactId>
......
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