opentelemetry-java-instrume.../instrumentation/hibernate/hibernate-common/javaagent/hibernate-common-javaagent....

10 lines
204 B
Groovy

/*
* Classes that are common to all versions of the Hibernate instrumentation.
*/
apply from: "$rootDir/gradle/instrumentation-library.gradle"
dependencies {
compileOnly project(':javaagent-api')
}