Polish "Add auto-configuration for REST Docs with REST Assured"

Closes gh-9643
This commit is contained in:
Andy Wilkinson
2017-09-25 12:36:34 +01:00
parent 98b2267a5b
commit 352e3ca397
10 changed files with 175 additions and 36 deletions

View File

@@ -55,6 +55,14 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-test-autoconfigure</artifactId>
</dependency>
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.restdocs</groupId>
<artifactId>spring-restdocs-restassured</artifactId>
</dependency>
<!-- Optional deps required when generating Javadoc with Java 8 -->
<dependency>
<groupId>ch.qos.logback</groupId>