Skip to content

Commit

Permalink
Build: Fix jarHell error I caused by last backport
Browse files Browse the repository at this point in the history
I fixed this locally but didn't commit it.... Ooops. Shouldn't merge
late a night....
  • Loading branch information
nik9000 committed Jul 25, 2018
1 parent 07e855b commit 466bc8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/qa/kerberos-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')
}
Expand Down

0 comments on commit 466bc8c

Please sign in to comment.