Add dependency management for new spring-restdocs-restassured module

Closes gh-5160
This commit is contained in:
Andy Wilkinson 2016-02-22 10:22:57 +00:00
parent bbef9fcdb3
commit ca79ba8291
1 changed files with 5 additions and 0 deletions

View File

@ -1883,6 +1883,11 @@
<artifactId>spring-restdocs-mockmvc</artifactId>
<version>${spring-restdocs.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.restdocs</groupId>
<artifactId>spring-restdocs-restassured</artifactId>
<version>${spring-restdocs.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.retry</groupId>
<artifactId>spring-retry</artifactId>