From 5fc02350af77872080bbdee14ff5602dfc304a1c Mon Sep 17 00:00:00 2001 From: Nathaniel Ruiz Nowell Date: Mon, 31 Jan 2022 12:47:48 -0800 Subject: [PATCH] Add TODO when OTel Java publishes fix (#212) --- java/layer-wrapper/build.gradle.kts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/java/layer-wrapper/build.gradle.kts b/java/layer-wrapper/build.gradle.kts index 4627761f33..05e2cbf93a 100644 --- a/java/layer-wrapper/build.gradle.kts +++ b/java/layer-wrapper/build.gradle.kts @@ -2,9 +2,12 @@ plugins { `java-library` } + dependencies { runtimeOnly(project(":awssdk-autoconfigure")) + // TODO: Remove this when fix released upstream + // See here: https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/5284 runtimeOnly("com.fasterxml.jackson.core:jackson-core") runtimeOnly("io.grpc:grpc-netty-shaded")