From da5ed8f5459b8ba6693e58b7db475a2a89064233 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 9 Jun 2015 14:25:05 +0100 Subject: [PATCH] Provide dependency management for all of Spring Security OAuth Closes gh-3159 --- spring-boot-dependencies/pom.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index 1e771c1fac..eeea61db27 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -131,7 +131,7 @@ 1.2.0.RELEASE 4.0.1.RELEASE 1.0.3.RELEASE - 2.0.7.RELEASE + 2.0.7.RELEASE 1.1.2.RELEASE 2.0.1.RELEASE 1.0.1.RELEASE @@ -1533,10 +1533,15 @@ spring-security-jwt ${spring-security-jwt.version} + + org.springframework.security.oauth + spring-security-oauth + ${spring-security-oauth.version} + org.springframework.security.oauth spring-security-oauth2 - ${spring-security-oauth2.version} + ${spring-security-oauth.version} org.springframework.social