opentelemetry-java-instrume.../instrumentation/servlet/servlet-common/javaagent/servlet-common-javaagent.gr...

9 lines
292 B
Groovy

apply from: "$rootDir/gradle/instrumentation.gradle"
// This module is only used as a dependency for other javaagent modules and does not contain any
// non-abstract implementations of InstrumentationModule
dependencies {
api(project(':instrumentation:servlet:servlet-common:library'))
}