Skip to content

Commit

Permalink
disable updated oauth2 resource dependecy
Browse files Browse the repository at this point in the history
  • Loading branch information
hknots committed May 24, 2024
1 parent bc65407 commit bba8e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-actuator'
implementation 'org.springframework.boot:spring-boot-starter-cache'
implementation 'org.springframework.boot:spring-boot-starter-aop'
implementation 'org.springframework.boot:spring-boot-starter-oauth2-resource-server'
// implementation 'org.springframework.boot:spring-boot-starter-oauth2-resource-server'
implementation 'org.springframework.retry:spring-retry'
annotationProcessor "org.springframework.boot:spring-boot-configuration-processor"

Expand Down

0 comments on commit bba8e67

Please sign in to comment.