opentelemetry-java-instrume.../instrumentation/reactor/reactor-3.1/testing/build.gradle.kts

12 lines
205 B
Plaintext

plugins {
id("otel.java-conventions")
}
dependencies {
api(project(":testing-common"))
api("io.projectreactor:reactor-core:3.1.0.RELEASE")
implementation("io.opentelemetry:opentelemetry-api")
}