Skip to content

Commit

Permalink
Merge pull request #54 from FinalDoubleTen/BE-66-Refactor-STOMP
Browse files Browse the repository at this point in the history
Be 66 refactor stomp
  • Loading branch information
kdjun99 authored Jan 16, 2024
2 parents 77ccb7b + 5738dec commit b0a4b95
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 @@ -32,6 +32,9 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
// redis
implementation 'org.springframework.boot:spring-boot-starter-data-redis'
// jwt
implementation 'io.jsonwebtoken:jjwt-api:0.11.2'
runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.11.2', 'io.jsonwebtoken:jjwt-jackson:0.11.2'
// kafka
implementation 'org.springframework.kafka:spring-kafka'
compileOnly 'org.projectlombok:lombok'
Expand Down

0 comments on commit b0a4b95

Please sign in to comment.