Skip to content

Commit

Permalink
chore: jwt 의존성 추가 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyeong-hyeok committed Aug 2, 2023
1 parent a1a517b commit 894952a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ dependencies {
// implementation 'org.springframework.boot:spring-boot-starter-oauth2-client'
// Spring Security
implementation 'org.springframework.boot:spring-boot-starter-security'
// jwt
implementation 'com.auth0:java-jwt:4.2.1'
// Validation
implementation 'org.springframework.boot:spring-boot-starter-validation'
// Spring Web
Expand Down

0 comments on commit 894952a

Please sign in to comment.