We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5feb4fe commit 8478007Copy full SHA for 8478007
1 file changed
build.gradle
@@ -37,7 +37,7 @@ dependencies {
37
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
38
implementation 'org.springframework.boot:spring-boot-starter-security'
39
implementation 'org.springframework.boot:spring-boot-starter-oauth2-client'
40
- // implementation 'org.springframework.boot:spring-boot-starter-oauth2-authorization-server'
+ implementation 'org.springframework.boot:spring-boot-starter-oauth2-authorization-server'
41
implementation 'org.springframework.boot:spring-boot-starter-validation'
42
implementation 'org.springframework.boot:spring-boot-starter-actuator'
43
implementation 'org.springframework.session:spring-session-core'
0 commit comments