From df163497256d440974f1571b7abf38948af189af Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 24 Oct 2018 19:40:35 -0700 Subject: [PATCH] Rename oauth2-oidc-client starter in sample Fixup sample POM following rename of the oauth2-oidc-client starter. See gh-14951 --- spring-boot-samples/spring-boot-sample-oauth2-client/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-samples/spring-boot-sample-oauth2-client/pom.xml b/spring-boot-samples/spring-boot-sample-oauth2-client/pom.xml index ba2ce54e72..c3b4a3e4d6 100644 --- a/spring-boot-samples/spring-boot-sample-oauth2-client/pom.xml +++ b/spring-boot-samples/spring-boot-sample-oauth2-client/pom.xml @@ -18,7 +18,7 @@ org.springframework.boot - spring-boot-starter-oauth2-oidc-client + spring-boot-starter-oauth2-client org.springframework.boot