From 33e3822c5ded4a36742c354608f9ce4220a61029 Mon Sep 17 00:00:00 2001 From: Tim Vernum Date: Wed, 25 Jul 2018 14:14:19 +1000 Subject: [PATCH] Fix JarHell on X-Pack protocol Ports 466bc8c from 6.x --- x-pack/qa/kerberos-tests/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/qa/kerberos-tests/build.gradle b/x-pack/qa/kerberos-tests/build.gradle index 5caf5d6947e..2981c0e4ec6 100644 --- a/x-pack/qa/kerberos-tests/build.gradle +++ b/x-pack/qa/kerberos-tests/build.gradle @@ -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') }