opentelemetry-java-instrume.../instrumentation/oracle-ucp-11.2/library/build.gradle.kts

13 lines
292 B
Plaintext

plugins {
id("otel.library-instrumentation")
id("otel.nullaway-conventions")
}
dependencies {
library("com.oracle.database.jdbc:ucp:11.2.0.4")
testImplementation(project(":instrumentation:oracle-ucp-11.2:testing"))
latestDepTestLibrary("com.oracle.database.jdbc:ucp:21.9.0.0")
}