14 lines
330 B
Groovy
14 lines
330 B
Groovy
apply plugin: "otel.java-conventions"
|
|
|
|
dependencies {
|
|
api project(':testing-common')
|
|
|
|
api "io.reactivex.rxjava3:rxjava:3.0.12"
|
|
|
|
implementation "com.google.guava:guava"
|
|
|
|
implementation "org.codehaus.groovy:groovy-all"
|
|
implementation "io.opentelemetry:opentelemetry-api"
|
|
implementation "org.spockframework:spock-core"
|
|
}
|