Remove unused dependency management from spring-boot-parent
See gh-43584
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user