From e0d34b9402d4e580423cf79c36c1be34bf795c90 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 26 May 2015 11:07:24 +0200 Subject: [PATCH] Fix build --- spring-boot-docs/pom.xml | 5 ++++ spring-boot-docs/src/main/asciidoc/howto.adoc | 28 +++++++++---------- 2 files changed, 19 insertions(+), 14 deletions(-) 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 + + + ----