Skip to content

Commit

Permalink
jwt 의존성 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dolong2 committed Jul 18, 2023
1 parent 65598ff commit 0d75bf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ object Dependencies {

// jwt
const val JWT_API = "io.jsonwebtoken:jjwt-api:${DependencyVersions.JWT_API_VERSION}"
const val JWT_IMPL = "io.jsonwebtoken:jjwt-api:${DependencyVersions.JWT_IMPL_VERSION}"
const val JWT_JACKSON = "io.jsonwebtoken:jjwt-api:${DependencyVersions.JWT_JACKSON_VERSION}"
const val JWT_IMPL = "io.jsonwebtoken:jjwt-impl:${DependencyVersions.JWT_IMPL_VERSION}"
const val JWT_JACKSON = "io.jsonwebtoken:jjwt-jackson:${DependencyVersions.JWT_JACKSON_VERSION}"

// aws
const val AWS_SES = "com.amazonaws:aws-java-sdk-ses:${DependencyVersions.AWS_SES_VERSION}"
Expand Down

0 comments on commit 0d75bf5

Please sign in to comment.