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:
Phillip Webb
2025-07-25 17:46:23 +01:00
parent 8827e29aec
commit fe1dc32b76
57 changed files with 225 additions and 30 deletions
@@ -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"))
}