Build: Fix jarHell error I caused by last backport

I fixed this locally but didn't commit it.... Ooops. Shouldn't merge
late a night....
This commit is contained in:
Nik Everett 2018-07-24 23:42:06 -04:00 committed by Nhat Nguyen
parent cd8b80da58
commit d2d78415a9
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ apply plugin: 'elasticsearch.standalone-rest-test'
apply plugin: 'elasticsearch.rest-test'
dependencies {
testCompile project(path: xpackModule('core'), configuration: 'runtime')
testCompile project(path: xpackModule('core'), configuration: 'shadow')
testCompile project(path: xpackModule('core'), configuration: 'testArtifacts')
testCompile project(path: xpackModule('security'), configuration: 'testArtifacts')
}