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