11 lines
296 B
Plaintext
11 lines
296 B
Plaintext
plugins {
|
|
id("otel.java-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
testImplementation("javax.jms:jms-api:1.1-rev-1")
|
|
testImplementation(project(":instrumentation:jms-1.1:javaagent"))
|
|
testImplementation(project(":instrumentation-api"))
|
|
testImplementation(project(":instrumentation-api-semconv"))
|
|
}
|