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") }