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 b021bc3 commit f91cac4Copy full SHA for f91cac4
dependencyManagement/build.gradle.kts
@@ -21,7 +21,6 @@ rootProject.extra["otelInstrumentationVersion"] = otelInstrumentationVersion
21
rootProject.extra["otelInstrumentationAlphaVersion"] = otelInstrumentationAlphaVersion
22
23
val DEPENDENCY_BOMS = listOf(
24
- "com.fasterxml.jackson:jackson-bom:2.17.2",
25
"io.opentelemetry:opentelemetry-bom:${otelSdkVersion}",
26
"io.opentelemetry:opentelemetry-bom-alpha:${otelSdkVersion}-alpha",
27
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:${otelInstrumentationVersion}",
0 commit comments