diff --git a/spring-boot-docs/pom.xml b/spring-boot-docs/pom.xml
index 0d3ebe6073..d3f216db1b 100644
--- a/spring-boot-docs/pom.xml
+++ b/spring-boot-docs/pom.xml
@@ -23,13 +23,17 @@
org.springframework.boot
spring-boot
+
+ org.springframework.boot
+ spring-boot-actuator
+
org.springframework.boot
spring-boot-autoconfigure
org.springframework.boot
- spring-boot-actuator
+ spring-boot-devtools
org.springframework.boot
@@ -39,6 +43,14 @@
org.springframework.boot
spring-boot-loader-tools
+
+ org.springframework.boot
+ spring-boot-test
+
+
+ org.springframework.boot
+ spring-boot-test-autoconfigure
+
ch.qos.logback
@@ -217,6 +229,11 @@
ehcache
true
+
+ net.sourceforge.htmlunit
+ htmlunit
+ true
+
nz.net.ultraq.thymeleaf
thymeleaf-layout-dialect
@@ -383,6 +400,11 @@
jersey-media-json-jackson
true
+
+ org.hamcrest
+ hamcrest-library
+ true
+
org.jboss
jboss-transaction-spi
@@ -458,6 +480,16 @@
liquibase-core
true
+
+ org.mockito
+ mockito-core
+ true
+
+
+ org.skyscreamer
+ jsonassert
+ true
+
org.slf4j
slf4j-api
@@ -468,6 +500,16 @@
jul-to-slf4j
true
+
+ org.seleniumhq.selenium
+ selenium-api
+ true
+
+
+ org.seleniumhq.selenium
+ htmlunit-driver
+ true
+
org.springframework
spring-context-support
@@ -543,6 +585,11 @@
spring-security-config
true
+
+ org.springframework.security
+ spring-security-test
+ true
+
org.springframework.session
spring-session
@@ -623,6 +670,11 @@
spring-mobile-device
true
+
+ org.springframework.restdocs
+ spring-restdocs-mockmvc
+ true
+
org.springframework.security
spring-security-data