mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Reduce depth of starter dependencies
Rework a few of the starter POMs to reduce the import depth. Closes gh-46548
This commit is contained in:
@@ -21,7 +21,8 @@ plugins {
|
||||
description = "Starter for using Cassandra distributed database and Spring Data Cassandra"
|
||||
|
||||
dependencies {
|
||||
api(project(":starter:spring-boot-starter-cassandra"))
|
||||
api(project(":starter:spring-boot-starter"))
|
||||
|
||||
api(project(":module:spring-boot-cassandra"))
|
||||
api(project(":module:spring-boot-data-cassandra"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user