opentelemetry-java-instrume.../instrumentation/spring/spring-webmvc/spring-webmvc-common/javaagent/build.gradle.kts

10 lines
209 B
Plaintext

plugins {
id("otel.javaagent-instrumentation")
}
dependencies {
bootstrap(project(":instrumentation:servlet:servlet-common:bootstrap"))
compileOnly("org.springframework:spring-webmvc:3.1.0.RELEASE")
}