Browse Source

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

See gh-18330
pull/18341/head
Eddú Meléndez 6 years ago committed by Andy Wilkinson
parent
commit
82bf819c49
  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