Use shadow plugin in ccr/qa

This commit is contained in:
Nhat Nguyen 2018-07-24 23:58:55 -04:00
parent a5d8f0b55a
commit cd8b80da58
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ import org.elasticsearch.gradle.test.RestIntegTestTask
apply plugin: 'elasticsearch.standalone-test'
dependencies {
testCompile project(path: xpackModule('core'), configuration: 'runtime')
testCompile project(path: xpackModule('core'), configuration: 'shadow')
testCompile project(path: xpackModule('ccr'), configuration: 'runtime')
}

View File

@ -3,7 +3,7 @@ import org.elasticsearch.gradle.test.RestIntegTestTask
apply plugin: 'elasticsearch.standalone-test'
dependencies {
testCompile project(path: xpackModule('core'), configuration: 'runtime')
testCompile project(path: xpackModule('core'), configuration: 'shadow')
testCompile project(path: xpackModule('ccr'), configuration: 'runtime')
}