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,9 @@ plugins {
description = "Starter for using Spring Session with JDBC"
dependencies {
api(project(":starter:spring-boot-starter"))
api(project(":starter:spring-boot-starter-jdbc"))
api(project(":module:spring-boot-jdbc"))
api(project(":module:spring-boot-session-jdbc"))
}