diff --git a/qa/mixed-cluster/build.gradle b/qa/mixed-cluster/build.gradle index d893eb6233e6..dfe4052b09af 100644 --- a/qa/mixed-cluster/build.gradle +++ b/qa/mixed-cluster/build.gradle @@ -23,6 +23,7 @@ apply plugin: 'elasticsearch.rest-resources' dependencies { restTestConfig project(path: ':modules:aggregations', configuration: 'restTests') + restTestConfig project(path: ':modules:mapper-extras', configuration: 'restTests') } restResources {