required changes after merge master branch into ccr branch.
This commit is contained in:
parent
1a9a7ffe97
commit
10cfa21a68
|
@ -36,10 +36,9 @@ check.dependsOn internalClusterTest
|
|||
internalClusterTest.mustRunAfter test
|
||||
|
||||
dependencies {
|
||||
provided "org.elasticsearch:elasticsearch:${version}"
|
||||
|
||||
provided "org.elasticsearch.plugin:x-pack-core:${version}"
|
||||
testCompile project(path: ':x-pack-elasticsearch:plugin:core', configuration: 'testArtifacts')
|
||||
compileOnly "org.elasticsearch:elasticsearch:${version}"
|
||||
compileOnly "org.elasticsearch.plugin:x-pack-core:${version}"
|
||||
testCompile project(path: xpackModule('core'), configuration: 'testArtifacts')
|
||||
}
|
||||
|
||||
dependencyLicenses {
|
||||
|
|
Loading…
Reference in New Issue