From 06f1a0e6a2b5c65c86d0f4e48a9f9a37c3be92cb Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Wed, 24 Oct 2018 19:56:36 -0700 Subject: [PATCH] Use oauth2-client starter in reactive sample --- .../pom.xml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/spring-boot-samples/spring-boot-sample-reactive-oauth2-client/pom.xml b/spring-boot-samples/spring-boot-sample-reactive-oauth2-client/pom.xml index 69c4759b16..72fce29512 100644 --- a/spring-boot-samples/spring-boot-sample-reactive-oauth2-client/pom.xml +++ b/spring-boot-samples/spring-boot-sample-reactive-oauth2-client/pom.xml @@ -18,24 +18,12 @@ org.springframework.boot - spring-boot-starter-security + spring-boot-starter-oauth2-client org.springframework.boot spring-boot-starter-webflux - - org.springframework.security - spring-security-config - - - org.springframework.security - spring-security-oauth2-client - - - org.springframework.security - spring-security-oauth2-jose - org.apache.httpcomponents