Skip to content

Commit e3d5d6b

Browse files
authored
Remove unused opnecensus dependency (#355)
1 parent 184cc38 commit e3d5d6b

3 files changed

Lines changed: 0 additions & 4 deletions

File tree

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

exporters/metrics/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

3837
test.dependsOn ':shared-resourcemapping:shadowJar'

exporters/trace/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)