Skip to content

Commit

Permalink
fix: build.gradle 변경 (jwt auth 에러 해결용)
Browse files Browse the repository at this point in the history
  • Loading branch information
dong2ast committed Oct 24, 2023
1 parent 6e4ffe3 commit b0b6b74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ dependencies {

//JWT
implementation group: 'io.jsonwebtoken', name: 'jjwt-api', version: '0.11.5'
implementation group: 'io.jsonwebtoken', name: 'jjwt-impl', version: '0.11.5'
implementation group: 'io.jsonwebtoken', name: 'jjwt-jackson', version: '0.11.5'
runtimeOnly(group: 'io.jsonwebtoken', name: 'jjwt-impl', version: '0.11.5')
runtimeOnly(group: 'io.jsonwebtoken', name: 'jjwt-jackson', version: '0.11.5')

//OAuth 2.0
implementation 'org.springframework.boot:spring-boot-starter-oauth2-client'
Expand Down

0 comments on commit b0b6b74

Please sign in to comment.