From a314982d29a31e6bf567daa2489a4877ac64e920 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 6 Oct 2015 17:17:23 +0100 Subject: [PATCH] Provide dependency management for all of Spring REST Docs Add dependency management for spring-restdocs-core --- spring-boot-dependencies/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index fb847c90fa..eed0e6e192 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -1751,6 +1751,11 @@ spring-plugin-core ${spring-plugin.version} + + org.springframework.restdocs + spring-restdocs-core + ${spring-restdocs.version} + org.springframework.restdocs spring-restdocs-mockmvc