From fd721575f01b655e286473a1fc9e9dc4842cef81 Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Wed, 2 Oct 2019 14:02:54 -0700 Subject: [PATCH] Add spring security saml dependency to docs --- spring-boot-project/spring-boot-docs/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spring-boot-project/spring-boot-docs/pom.xml b/spring-boot-project/spring-boot-docs/pom.xml index ff6e3617dc..fef6928cf6 100644 --- a/spring-boot-project/spring-boot-docs/pom.xml +++ b/spring-boot-project/spring-boot-docs/pom.xml @@ -947,6 +947,11 @@ spring-security-oauth2-resource-server true + + org.springframework.security + spring-security-saml2-service-provider + true + org.springframework.security spring-security-test