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