Skip to content

Commit

Permalink
UMC-EWHA#31 chore: Add jjwt dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JoongHyun-Kim committed Nov 26, 2022
1 parent 8208861 commit 52e439c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ dependencies {

// groovy
implementation('org.codehaus.groovy:groovy')

// JWT
implementation 'io.jsonwebtoken:jjwt-api:0.11.2'
implementation 'io.jsonwebtoken:jjwt-impl:0.11.2'
implementation 'io.jsonwebtoken:jjwt-jackson:0.11.2'
}

tasks.named('test') {
Expand Down

0 comments on commit 52e439c

Please sign in to comment.