Skip to content

Commit 502d4a9

Browse files
Copilottrask
andcommitted
Fix TODO: Remove unused okio dependency and add direct jetbrains annotations dependency
Co-authored-by: trask <[email protected]>
1 parent 4951d83 commit 502d4a9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

agent/agent-tooling/build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@ dependencies {
6161
testImplementation("io.opentelemetry:opentelemetry-sdk-metrics")
6262
testImplementation("io.opentelemetry:opentelemetry-sdk-logs")
6363
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")
64+
testImplementation("org.jetbrains:annotations:13.0")
6765

6866
compileOnly(project(":agent:agent-bootstrap"))
6967
compileOnly("io.opentelemetry.instrumentation:opentelemetry-instrumentation-api")

0 commit comments

Comments
 (0)