Create spring-boot-data-redis module
This commit is contained in:
committed by
Phillip Webb
parent
10db864d35
commit
fa0bdc895f
@@ -6,8 +6,7 @@ description = "Starter for using Redis key-value data store with Spring Data Red
|
||||
|
||||
dependencies {
|
||||
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
|
||||
api(project(":spring-boot-project:spring-boot-data-redis"))
|
||||
api(project(":spring-boot-project:spring-boot-tx"))
|
||||
api("io.lettuce:lettuce-core")
|
||||
api("io.projectreactor:reactor-core")
|
||||
api("org.springframework.data:spring-data-redis")
|
||||
}
|
||||
|
||||
@@ -6,7 +6,6 @@ description = "Starter for using Redis key-value data store with Spring Data Red
|
||||
|
||||
dependencies {
|
||||
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
|
||||
api(project(":spring-boot-project:spring-boot-data-redis"))
|
||||
api(project(":spring-boot-project:spring-boot-tx"))
|
||||
api("io.lettuce:lettuce-core")
|
||||
api("org.springframework.data:spring-data-redis")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user