opentelemetry-java-instrume.../instrumentation/spring/spring-webmvc-3.1/library/spring-webmvc-3.1-library.g...

10 lines
356 B
Groovy

apply from: "$rootDir/gradle/instrumentation-library.gradle"
dependencies {
implementation project(':instrumentation:servlet:servlet-common:library')
implementation project(':instrumentation:servlet:servlet-javax-common:library')
compileOnly "org.springframework:spring-webmvc:3.1.0.RELEASE"
compileOnly "javax.servlet:javax.servlet-api:3.1.0"
}