From f62668dfe1744c4b5989053b33cf87e95dfc8af5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 28 Mar 2023 09:28:30 +0100 Subject: [PATCH] Add Authorization Server starter to spring-boot-dependencies Fixes gh-34785 --- spring-boot-project/spring-boot-dependencies/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 7ef6cd595b2..f338573d0d6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1227,6 +1227,7 @@ bom { "spring-boot-starter-logging", "spring-boot-starter-mail", "spring-boot-starter-mustache", + "spring-boot-starter-oauth2-authorization-server", "spring-boot-starter-oauth2-client", "spring-boot-starter-oauth2-resource-server", "spring-boot-starter-quartz",