Merge pull request #32614 from marcingrzejszczak

* gh-32614:
  Polish "Use Brave's bom instead of only managing a single Zipkin dependency"
  Use Brave's bom instead of only managing a single Zipkin dependency

Closes gh-32614
pull/32627/head
Andy Wilkinson 2 years ago
commit 99a01098dc

@ -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", "2.16.3") {
group("io.zipkin.reporter2") {
modules = [
"zipkin-sender-urlconnection"
]
}
}
}
generateMetadataFileForMavenPublication {

Loading…
Cancel
Save