File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
exporters/aws-otel-otlp-udp-exporter Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ version = "0.1.0"
2424
2525dependencies {
2626 implementation(platform(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.10.0" ))
27- compileOnly (" io.opentelemetry:opentelemetry-api" )
28- compileOnly (" io.opentelemetry:opentelemetry-sdk" )
29- compileOnly (" io.opentelemetry:opentelemetry-exporter-otlp-common" )
27+ testImplementation (" io.opentelemetry:opentelemetry-api" )
28+ testImplementation (" io.opentelemetry:opentelemetry-sdk" )
29+ testImplementation (" 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" )
You can’t perform that action at this time.
0 commit comments