We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f586d0f commit f1a7e84Copy full SHA for f1a7e84
spring-boot-project/spring-boot-dependencies/build.gradle
@@ -58,6 +58,13 @@ bom {
58
]
59
}
60
61
+ library("Brave", "5.14.1") {
62
+ group("io.zipkin.brave") {
63
+ imports = [
64
+ "brave-bom"
65
+ ]
66
+ }
67
68
library("Build Helper Maven Plugin", "3.3.0") {
69
group("org.codehaus.mojo") {
70
plugins = [
@@ -1642,13 +1649,6 @@ bom {
1642
1649
1643
1650
1644
1651
1645
- library("Zipkin", "5.14.1") {
1646
- group("io.zipkin.brave") {
1647
- imports = [
1648
- "brave-bom"
- ]
- }
1652
1653
1654
generateMetadataFileForMavenPublication {
0 commit comments