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

9 lines
312 B
Groovy

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