Browse Source

Add Authorization Server starter to spring-boot-dependencies

Fixes gh-34785
pull/34804/head
Andy Wilkinson 3 years ago
parent
commit
f62668dfe1
  1. 1
      spring-boot-project/spring-boot-dependencies/build.gradle

1
spring-boot-project/spring-boot-dependencies/build.gradle

@ -1227,6 +1227,7 @@ bom { @@ -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",

Loading…
Cancel
Save