opentelemetry-java-instrume.../instrumentation/servlet/servlet-common/library/build.gradle.kts

8 lines
107 B
Plaintext

plugins {
id("otel.library-instrumentation")
}
dependencies {
implementation("org.slf4j:slf4j-api")
}