Add java-concurrent as a dependency to all instrumentations
This commit is contained in:
parent
caabb55ed2
commit
839deb779d
|
@ -56,6 +56,8 @@ subprojects { Project subProj ->
|
|||
annotationProcessor deps.autoservice
|
||||
implementation deps.autoservice
|
||||
|
||||
// Always include concurrent instrumentation dependency to make sure that all instrumentations are tested with async parts instrumented
|
||||
testCompile project(':dd-java-agent:instrumentation:java-concurrent')
|
||||
testCompile project(':dd-java-agent:testing')
|
||||
testAnnotationProcessor deps.autoservice
|
||||
testImplementation deps.autoservice
|
||||
|
|
Loading…
Reference in New Issue