Skip to content

Commit 1ef34e1

Browse files
author
Steve Riesenberg
committed
Add Spring Authorization Server support
1 parent dab8b07 commit 1ef34e1

File tree

28 files changed

+2103
-1
lines changed

28 files changed

+2103
-1
lines changed

spring-boot-project/spring-boot-autoconfigure/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ dependencies {
180180
exclude group: "javax.xml.bind", module: "jaxb-api"
181181
}
182182
optional("org.springframework.security:spring-security-messaging")
183+
optional("org.springframework.security:spring-security-oauth2-authorization-server")
183184
optional("org.springframework.security:spring-security-oauth2-client")
184185
optional("org.springframework.security:spring-security-oauth2-jose")
185186
optional("org.springframework.security:spring-security-oauth2-resource-server")

0 commit comments

Comments
 (0)