plugins { id("otel.javaagent-instrumentation") } dependencies { bootstrap(project(":instrumentation:jaxrs:jaxrs-common:bootstrap")) compileOnly("com.google.auto.value:auto-value-annotations") annotationProcessor("com.google.auto.value:auto-value") }