opentelemetry-java-instrume.../instrumentation/elasticsearch/elasticsearch-rest-common/library/elasticsearch-rest-common-l...

8 lines
119 B
Groovy

plugins {
id("otel.library-instrumentation")
}
dependencies {
compileOnly "org.elasticsearch.client:rest:5.0.0"
}