Remove unneeded dependency (#9850)

This commit is contained in:
Lauri Tulmin 2023-11-13 17:38:44 +02:00 committed by GitHub
parent 96d7cd6164
commit d16c0d240a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -4,7 +4,3 @@
plugins {
id("otel.javaagent-instrumentation")
}
dependencies {
compileOnly(project(":javaagent-extension-api"))
}