Browse Source

Merge pull request #18330 from eddumelendez

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

Closes gh-18330
pull/18341/head
Andy Wilkinson 6 years ago
parent
commit
c5cb41df55
  1. 5
      spring-boot-project/spring-boot-dependencies/pom.xml

5
spring-boot-project/spring-boot-dependencies/pom.xml

@ -1218,6 +1218,11 @@ @@ -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>

Loading…
Cancel
Save