Skip to content

Commit

Permalink
Add TODO when OTel Java publishes fix (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanielRN authored Jan 31, 2022
1 parent 9f9bdb3 commit 5fc0235
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions java/layer-wrapper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 5fc0235

Please sign in to comment.