12 lines
292 B
Groovy
12 lines
292 B
Groovy
apply from: "$rootDir/gradle/java.gradle"
|
|
|
|
dependencies {
|
|
api project(':instrumentation:mongo:mongo-testing')
|
|
|
|
compileOnly group: 'org.mongodb', name: 'mongo-java-driver', version: '3.1.0'
|
|
|
|
implementation deps.groovy
|
|
implementation deps.opentelemetryApi
|
|
implementation deps.spock
|
|
}
|