From 3ff5f2ceb18723a778b857d846712fa4cd2adaed Mon Sep 17 00:00:00 2001 From: smallchill Date: Tue, 6 Aug 2019 10:43:47 +0800 Subject: [PATCH] =?UTF-8?q?:tada:=20=E6=9B=B4=E6=96=B0oauth2=E4=BE=9D?= =?UTF-8?q?=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blade-auth/pom.xml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/blade-auth/pom.xml b/blade-auth/pom.xml index ad77af36..3cfcce75 100644 --- a/blade-auth/pom.xml +++ b/blade-auth/pom.xml @@ -71,10 +71,20 @@ org.springframework.cloud spring-cloud-starter-security - + + + org.springframework.security.oauth + spring-security-oauth2 + 2.3.5.RELEASE + + + org.springframework.boot + spring-boot-starter-data-redis + 2.1.6.RELEASE org.springframework.boot @@ -86,10 +96,6 @@ - - org.springframework.boot - spring-boot-starter-data-redis - org.springframework.security spring-security-jwt