File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
instrumentation/azure-core
azure-core-1.36/library-instrumentation-shaded
azure-core-1.53/library-instrumentation-shaded Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,9 @@ plugins {
66group = " io.opentelemetry.javaagent.instrumentation"
77
88dependencies {
9- // this is the latest version that works with azure-core 1.36
10- implementation(" com.azure:azure-core-tracing-opentelemetry:1.0.0-beta.49" )
9+ // this is the last good version that works with indy build
10+ // update to 1.49 or latest once https://github.com/Azure/azure-sdk-for-java/pull/42586 is released.
11+ implementation(" com.azure:azure-core-tracing-opentelemetry:1.0.0-beta.45" )
1112}
1213
1314tasks {
Original file line number Diff line number Diff line change @@ -6,7 +6,9 @@ plugins {
66group = " io.opentelemetry.javaagent.instrumentation"
77
88dependencies {
9- implementation(" com.azure:azure-core-tracing-opentelemetry:1.0.0-beta.50" )
9+ // this is the last good version that works with indy build
10+ // update to the latest once https://github.com/Azure/azure-sdk-for-java/pull/42586 is released.
11+ implementation(" com.azure:azure-core-tracing-opentelemetry:1.0.0-beta.45" )
1012}
1113
1214tasks {
You can’t perform that action at this time.
0 commit comments