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

See gh-32614
pull/32627/head
Marcin Grzejszczak 2 years ago committed by Andy Wilkinson
parent 48e606fcfe
commit f586d0f7bb

@ -1642,10 +1642,10 @@ bom {
]
}
}
library("Zipkin", "2.16.3") {
group("io.zipkin.reporter2") {
modules = [
"zipkin-sender-urlconnection"
library("Zipkin", "5.14.1") {
group("io.zipkin.brave") {
imports = [
"brave-bom"
]
}
}

Loading…
Cancel
Save