We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4951d83 commit 502d4a9Copy full SHA for 502d4a9
agent/agent-tooling/build.gradle.kts
@@ -61,9 +61,7 @@ dependencies {
61
testImplementation("io.opentelemetry:opentelemetry-sdk-metrics")
62
testImplementation("io.opentelemetry:opentelemetry-sdk-logs")
63
testImplementation("io.opentelemetry:opentelemetry-sdk-testing")
64
-
65
- // TODO(trask): update tests, no need to use this anymore
66
- testImplementation("com.squareup.okio:okio:3.15.0")
+ testImplementation("org.jetbrains:annotations:13.0")
67
68
compileOnly(project(":agent:agent-bootstrap"))
69
compileOnly("io.opentelemetry.instrumentation:opentelemetry-instrumentation-api")
0 commit comments