mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user