File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -174,7 +174,6 @@ subprojects {
174174 springOtelVersion = ' 1.0.0-M8'
175175 cloudEventsCoreVersion = ' 2.5.0'
176176 cloudFunctionsFrameworkApiVersion = ' 1.0.4'
177- opencensusShimVersion = ' 1.23.1'
178177
179178 agentLibraries = [
180179 agent : " io.opentelemetry.javaagent:opentelemetry-javaagent:${ openTelemetryInstrumentationVersion} " ,
@@ -222,7 +221,6 @@ subprojects {
222221 opentelemetry_sdk_testing : " io.opentelemetry:opentelemetry-sdk-testing:${ openTelemetryVersion} " ,
223222 test_containers : " org.testcontainers:testcontainers:${ testContainersVersion} " ,
224223 wiremock : " com.github.tomakehurst:wiremock-jre8:${ wiremockVersion} " ,
225- opencensus_shim : " io.opentelemetry:opentelemetry-opencensus-shim:${ opencensusShimVersion} -alpha" ,
226224 ]
227225 }
228226
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ dependencies {
3232 testImplementation(testLibraries. slf4j_simple)
3333 testImplementation(testLibraries. test_containers)
3434 testImplementation(testLibraries. opentelemetry_sdk_testing)
35- testImplementation(testLibraries. opencensus_shim)
3635}
3736
3837test. dependsOn ' :shared-resourcemapping:shadowJar'
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ dependencies {
3232 testImplementation(testLibraries. opentelemetry_sdk_testing)
3333 testImplementation(testLibraries. test_containers)
3434 testImplementation(testLibraries. mockito)
35- testImplementation(testLibraries. opencensus_shim)
3635 testAnnotationProcessor(libraries. auto_value)
3736}
3837
You can’t perform that action at this time.
0 commit comments