Add java-concurrent as a dependency to all instrumentations

This commit is contained in:
Nikolay Martynov 2020-03-05 07:14:55 -05:00
parent caabb55ed2
commit 839deb779d
1 changed files with 2 additions and 0 deletions

View File

@ -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