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

@@ -168,8 +168,8 @@ bom {
}
library("OkHttp", "4.12.0") {
group("com.squareup.okhttp3") {
imports = [
"okhttp-bom"
modules = [
"mockwebserver"
]
}
}
@@ -210,8 +210,8 @@ bom {
}
library("Spock Framework", "2.3-groovy-4.0") {
group("org.spockframework") {
imports = [
"spock-bom"
modules = [
"spock-core"
]
}
}