diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml
index ecb429d85e..fb847c90fa 100644
--- a/spring-boot-dependencies/pom.xml
+++ b/spring-boot-dependencies/pom.xml
@@ -135,6 +135,7 @@
1.2.4.RELEASE
1.1.5.RELEASE
1.2.0.RELEASE
+ 1.0.0.RC1
1.1.2.RELEASE
4.0.2.RELEASE
1.0.3.RELEASE
@@ -1750,6 +1751,11 @@
spring-plugin-core
${spring-plugin.version}
+
+ org.springframework.restdocs
+ spring-restdocs-mockmvc
+ ${spring-restdocs.version}
+
org.springframework.retry
spring-retry
diff --git a/spring-boot-parent/pom.xml b/spring-boot-parent/pom.xml
index c4024f9ade..6ddd02c4be 100755
--- a/spring-boot-parent/pom.xml
+++ b/spring-boot-parent/pom.xml
@@ -25,7 +25,6 @@
UTF-8
UTF-8
3.1.1
- 1.0.0.RC1
http://github.com/spring-projects/spring-boot
@@ -199,11 +198,6 @@
lombok
1.12.6
-
- org.springframework.restdocs
- spring-restdocs-mockmvc
- ${spring-restdocs.version}
-
org.zeroturnaround
zt-zip