We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd8b80d commit d2d7841Copy full SHA for d2d7841
x-pack/qa/kerberos-tests/build.gradle
@@ -7,7 +7,7 @@ apply plugin: 'elasticsearch.standalone-rest-test'
7
apply plugin: 'elasticsearch.rest-test'
8
9
dependencies {
10
- testCompile project(path: xpackModule('core'), configuration: 'runtime')
+ testCompile project(path: xpackModule('core'), configuration: 'shadow')
11
testCompile project(path: xpackModule('core'), configuration: 'testArtifacts')
12
testCompile project(path: xpackModule('security'), configuration: 'testArtifacts')
13
}
0 commit comments