File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
spring-boot-project/spring-boot-starters
spring-boot-starter-data-redis-reactive
spring-boot-starter-data-redis Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,5 +5,8 @@ plugins {
55description = " Starter for using Redis key-value data store with Spring Data Redis reactive and the Lettuce client"
66
77dependencies {
8- api(project(" :spring-boot-project:spring-boot-starters:spring-boot-starter-data-redis" ))
8+ api(project(" :spring-boot-project:spring-boot-starters:spring-boot-starter" ))
9+ api(" io.lettuce:lettuce-core" )
10+ api(" io.projectreactor:reactor-core" )
11+ api(" org.springframework.data:spring-data-redis" )
912}
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ description = "Starter for using Redis key-value data store with Spring Data Red
66
77dependencies {
88 api(project(" :spring-boot-project:spring-boot-starters:spring-boot-starter" ))
9- api(" org.springframework.data:spring-data-redis" )
109 api(" io.lettuce:lettuce-core" )
10+ api(" org.springframework.data:spring-data-redis" )
1111}
You can’t perform that action at this time.
0 commit comments