Commit c5cb41df authored by Andy Wilkinson's avatar Andy Wilkinson

Merge pull request #18330 from eddumelendez

* gh-18330:
  Add dependency management for io.rest-assured:spring-web-test-client

Closes gh-18330
parents 3c8402f6 82bf819c
......@@ -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>
......
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