Rationalize starters following modularization

Update dependencies and starters following modularization. New
starters have been added for each user-facing module.

Closes gh-46245
This commit is contained in:
Phillip Webb
2025-07-22 18:27:27 +01:00
parent 548b44f75e
commit 5e90415880
146 changed files with 976 additions and 171 deletions
@@ -22,7 +22,7 @@ description = "Spring Boot web secure smoke test"
dependencies {
implementation(project(":starter:spring-boot-starter-security"))
implementation(project(":starter:spring-boot-starter-web"))
implementation(project(":starter:spring-boot-starter-webmvc"))
testImplementation(project(":starter:spring-boot-starter-test"))
testImplementation("org.apache.httpcomponents.client5:httpclient5")