Skip to content

Commit 6b40663

Browse files
authored
Review fixes for graphql-java-common-12.0:testing (open-telemetry#17986)
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
1 parent bca5f42 commit 6b40663

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

instrumentation/graphql-java/graphql-java-common-12.0/testing/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ plugins {
33
}
44

55
dependencies {
6-
implementation("io.opentelemetry.javaagent:opentelemetry-testing-common")
7-
implementation("com.graphql-java:graphql-java:12.0")
6+
api("io.opentelemetry.javaagent:opentelemetry-testing-common")
7+
api("com.graphql-java:graphql-java:12.0")
88
}

0 commit comments

Comments
 (0)