Skip to content

Commit

Permalink
[feat] delete redis dependency (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
kgy1008 authored Jul 8, 2024
1 parent 1044807 commit 976242a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ dependencies {
implementation 'io.jsonwebtoken:jjwt-impl:0.11.5'
implementation 'io.jsonwebtoken:jjwt-jackson:0.11.5'

// redis
implementation 'org.springframework.boot:spring-boot-starter-data-redis'

// Feign
implementation 'org.springframework.cloud:spring-cloud-starter-openfeign:4.1.2'
}
Expand Down

0 comments on commit 976242a

Please sign in to comment.