From 1a71eb1f3b05673ea8dad22a89f9e5a6d8146673 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sun, 6 Sep 2015 15:38:43 +0200 Subject: [PATCH] Move spring-restdocs version to dependency management Closes gh-3905 --- spring-boot-actuator-docs/pom.xml | 1 - spring-boot-parent/pom.xml | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/spring-boot-actuator-docs/pom.xml b/spring-boot-actuator-docs/pom.xml index 34f2580c5f..3b2268d740 100644 --- a/spring-boot-actuator-docs/pom.xml +++ b/spring-boot-actuator-docs/pom.xml @@ -51,7 +51,6 @@ org.springframework.restdocs spring-restdocs - 1.0.0.M1 provided diff --git a/spring-boot-parent/pom.xml b/spring-boot-parent/pom.xml index d9ba3337e6..319d2852ca 100755 --- a/spring-boot-parent/pom.xml +++ b/spring-boot-parent/pom.xml @@ -23,6 +23,7 @@ UTF-8 UTF-8 3.1.1 + 1.0.0.M1 http://github.com/spring-projects/spring-boot @@ -196,6 +197,11 @@ lombok 1.12.6 + + org.springframework.restdocs + spring-restdocs + ${spring-restdocs.version} + org.zeroturnaround zt-zip