Skip to content

Commit 99a0109

Browse files
committed
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
2 parents 48e606f + f1a7e84 commit 99a0109

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@ bom {
5858
]
5959
}
6060
}
61+
library("Brave", "5.14.1") {
62+
group("io.zipkin.brave") {
63+
imports = [
64+
"brave-bom"
65+
]
66+
}
67+
}
6168
library("Build Helper Maven Plugin", "3.3.0") {
6269
group("org.codehaus.mojo") {
6370
plugins = [
@@ -1642,13 +1649,6 @@ bom {
16421649
]
16431650
}
16441651
}
1645-
library("Zipkin", "2.16.3") {
1646-
group("io.zipkin.reporter2") {
1647-
modules = [
1648-
"zipkin-sender-urlconnection"
1649-
]
1650-
}
1651-
}
16521652
}
16531653

16541654
generateMetadataFileForMavenPublication {

0 commit comments

Comments
 (0)