Fix JarHell on X-Pack protocol

Ports 466bc8c from 6.x
This commit is contained in:
Tim Vernum 2018-07-25 14:14:19 +10:00
parent e43375bf9a
commit 33e3822c5d
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')
}