Skip to content

Commit

Permalink
#87 build: uuid 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
rivkode committed Jun 6, 2024
1 parent 62d3433 commit 4055166
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ dependencies {
runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.11.2'
implementation 'io.jsonwebtoken:jjwt-api:0.11.2'

// uuid
implementation 'com.fasterxml.uuid:java-uuid-generator:4.0.1'

// jackson
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310'
implementation 'com.fasterxml.jackson.core:jackson-databind'
Expand Down

0 comments on commit 4055166

Please sign in to comment.