13 lines
292 B
Plaintext
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")
|
|
}
|