Polish "Use Brave's bom instead of only managing a single Zipkin dependency"

See gh-32614
This commit is contained in:
Andy Wilkinson
2022-10-06 21:58:25 +01:00
parent f586d0f7bb
commit f1a7e84866

View File

@@ -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 {