Skip to content

Commit 8b178a8

Browse files
Adds all Observability related BOMs
* OpenTelemetry-Alpha bom * Zipkin-bom until now, Micrometer Tracing BOM accidentally provided those BOMs
1 parent 188cac6 commit 8b178a8

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

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

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1114,6 +1114,13 @@ bom {
11141114
]
11151115
}
11161116
}
1117+
library("OpenTelemetry-Alpha", "1.18.0-alpha") {
1118+
group("io.opentelemetry") {
1119+
imports = [
1120+
"opentelemetry-bom-alpha"
1121+
]
1122+
}
1123+
}
11171124
library("Oracle Database", "21.7.0.0") {
11181125
group("com.oracle.database.jdbc") {
11191126
imports = [
@@ -1642,10 +1649,10 @@ bom {
16421649
]
16431650
}
16441651
}
1645-
library("Zipkin", "2.16.3") {
1646-
group("io.zipkin.reporter2") {
1647-
modules = [
1648-
"zipkin-sender-urlconnection"
1652+
library("Zipkin", "5.14.1") {
1653+
group("io.zipkin.brave") {
1654+
imports = [
1655+
"brave-bom"
16491656
]
16501657
}
16511658
}

0 commit comments

Comments
 (0)