opentelemetry-java-instrume.../instrumentation/spring/spring-webflux/spring-webflux-5.0/testing/build.gradle.kts

12 lines
330 B
Plaintext

plugins {
id("otel.java-conventions")
}
dependencies {
implementation(project(":testing-common"))
compileOnly("org.springframework:spring-webflux:5.0.0.RELEASE")
compileOnly("org.springframework.boot:spring-boot-starter-reactor-netty:2.0.0.RELEASE")
compileOnly("org.springframework.boot:spring-boot:2.0.0.RELEASE")
}