diff --git a/spring-boot-docs/pom.xml b/spring-boot-docs/pom.xml
index f028413890..5f81fc8392 100644
--- a/spring-boot-docs/pom.xml
+++ b/spring-boot-docs/pom.xml
@@ -300,6 +300,11 @@
spring-mobile-device
true
+
+ org.springframework.security.oauth
+ spring-security-oauth2
+ true
+
org.springframework.security
spring-security-web
diff --git a/spring-boot-docs/src/main/asciidoc/howto.adoc b/spring-boot-docs/src/main/asciidoc/howto.adoc
index fc6157326d..73d272f38b 100644
--- a/spring-boot-docs/src/main/asciidoc/howto.adoc
+++ b/spring-boot-docs/src/main/asciidoc/howto.adoc
@@ -2458,20 +2458,20 @@ rather than the version that pre-installed with the server. You can do this by a
[source,xml,indent=0]
----
-
-
-
-
- org.slf4j
-
-
-
+
+
+
+
+ org.slf4j
+
+
+
----