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,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"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user