Use Brave's bom instead of only managing a single Zipkin dependency
See gh-32614
This commit is contained in:
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…
Reference in New Issue