Polish "Use Brave's bom instead of only managing a single Zipkin dependency"
See gh-32614
This commit is contained in:
@@ -58,6 +58,13 @@ bom {
|
||||
]
|
||||
}
|
||||
}
|
||||
library("Brave", "5.14.1") {
|
||||
group("io.zipkin.brave") {
|
||||
imports = [
|
||||
"brave-bom"
|
||||
]
|
||||
}
|
||||
}
|
||||
library("Build Helper Maven Plugin", "3.3.0") {
|
||||
group("org.codehaus.mojo") {
|
||||
plugins = [
|
||||
@@ -1642,13 +1649,6 @@ bom {
|
||||
]
|
||||
}
|
||||
}
|
||||
library("Zipkin", "5.14.1") {
|
||||
group("io.zipkin.brave") {
|
||||
imports = [
|
||||
"brave-bom"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
generateMetadataFileForMavenPublication {
|
||||
|
||||
Reference in New Issue
Block a user