Skip to content

Commit f91cac4

Browse files
committed
Remove jackson-bom from runtimeClasspath
1 parent b021bc3 commit f91cac4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ rootProject.extra["otelInstrumentationVersion"] = otelInstrumentationVersion
2121
rootProject.extra["otelInstrumentationAlphaVersion"] = otelInstrumentationAlphaVersion
2222

2323
val DEPENDENCY_BOMS = listOf(
24-
"com.fasterxml.jackson:jackson-bom:2.17.2",
2524
"io.opentelemetry:opentelemetry-bom:${otelSdkVersion}",
2625
"io.opentelemetry:opentelemetry-bom-alpha:${otelSdkVersion}-alpha",
2726
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:${otelInstrumentationVersion}",

0 commit comments

Comments
 (0)