Skip to content

Commit d2d7841

Browse files
nik9000dnhatn
authored andcommitted
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....
1 parent cd8b80d commit d2d7841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/qa/kerberos-tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ apply plugin: 'elasticsearch.standalone-rest-test'
77
apply plugin: 'elasticsearch.rest-test'
88

99
dependencies {
10-
testCompile project(path: xpackModule('core'), configuration: 'runtime')
10+
testCompile project(path: xpackModule('core'), configuration: 'shadow')
1111
testCompile project(path: xpackModule('core'), configuration: 'testArtifacts')
1212
testCompile project(path: xpackModule('security'), configuration: 'testArtifacts')
1313
}

0 commit comments

Comments
 (0)