Skip to content

Commit 85d21b9

Browse files
author
Jeel Mehta
committed
Reverting back the dependencies from testImplementation to implementation
1 parent 09102ea commit 85d21b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

exporters/aws-otel-otlp-udp-exporter/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ version = "0.1.0"
2424

2525
dependencies {
2626
implementation(platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.10.0"))
27-
testImplementation("io.opentelemetry:opentelemetry-api")
28-
testImplementation("io.opentelemetry:opentelemetry-sdk")
29-
testImplementation("io.opentelemetry:opentelemetry-exporter-otlp-common")
27+
implementation("io.opentelemetry:opentelemetry-api")
28+
implementation("io.opentelemetry:opentelemetry-sdk")
29+
implementation("io.opentelemetry:opentelemetry-exporter-otlp-common")
3030
compileOnly("com.google.code.findbugs:jsr305:3.0.2")
3131
testImplementation(platform("org.junit:junit-bom:5.9.2"))
3232
testImplementation("org.junit.jupiter:junit-jupiter-api")

0 commit comments

Comments
 (0)