Skip to content

Commit f1a7e84

Browse files
committed
Polish "Use Brave's bom instead of only managing a single Zipkin dependency"
See gh-32614
1 parent f586d0f commit f1a7e84

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", "5.14.1") {
1646-
group("io.zipkin.brave") {
1647-
imports = [
1648-
"brave-bom"
1649-
]
1650-
}
1651-
}
16521652
}
16531653

16541654
generateMetadataFileForMavenPublication {

0 commit comments

Comments
 (0)