Skip to content

Commit

Permalink
:fix Test build.gradle without redis embedded
Browse files Browse the repository at this point in the history
  • Loading branch information
sunwupark committed May 20, 2024
1 parent 3d7c66f commit 7a60031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-redis'

// Embedded Redis
implementation 'it.ozimov:embedded-redis:0.7.2'
// implementation 'it.ozimov:embedded-redis:0.7.2'

// Swagger
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.0.2'
Expand Down

0 comments on commit 7a60031

Please sign in to comment.