16 lines
333 B
Plaintext
16 lines
333 B
Plaintext
plugins {
|
|
id("otel.java-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
api(project(":testing-common"))
|
|
|
|
api("com.squareup.okhttp3:okhttp:3.0.0")
|
|
|
|
implementation("com.google.guava:guava")
|
|
|
|
implementation("org.apache.groovy:groovy")
|
|
implementation("io.opentelemetry:opentelemetry-api")
|
|
implementation("org.spockframework:spock-core")
|
|
}
|