14 lines
302 B
Plaintext
14 lines
302 B
Plaintext
plugins {
|
|
id("otel.java-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
api(project(":testing-common"))
|
|
|
|
api("org.apache.httpcomponents:httpclient:4.3")
|
|
|
|
implementation("org.codehaus.groovy:groovy-all")
|
|
implementation("io.opentelemetry:opentelemetry-api")
|
|
implementation("org.spockframework:spock-core")
|
|
}
|