Remove unused dependency management from spring-boot-parent

See gh-43584
This commit is contained in:
Andy Wilkinson
2024-12-20 14:30:19 +00:00
parent 60e0de79ea
commit 681d4c2744
6 changed files with 6 additions and 16 deletions

View File

@@ -9,5 +9,5 @@ dependencies {
implementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-web"))
testImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test"))
testImplementation("com.squareup.okhttp3:mockwebserver:3.9.0")
testImplementation("com.squareup.okhttp3:mockwebserver")
}

View File

@@ -9,5 +9,5 @@ dependencies {
implementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-webflux"))
testImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test"))
testImplementation("com.squareup.okhttp3:mockwebserver:3.9.0")
testImplementation("com.squareup.okhttp3:mockwebserver")
}