18 lines
405 B
Plaintext
18 lines
405 B
Plaintext
plugins {
|
|
id("otel.java-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
api(project(":testing-common"))
|
|
|
|
api("org.apache.logging.log4j:log4j-core:2.7")
|
|
|
|
implementation("com.google.guava:guava")
|
|
|
|
implementation("org.apache.groovy:groovy")
|
|
implementation("io.opentelemetry:opentelemetry-api")
|
|
implementation("org.spockframework:spock-core")
|
|
|
|
annotationProcessor("org.apache.logging.log4j:log4j-core:2.7")
|
|
}
|