required changes after merge master branch into ccr branch.

This commit is contained in:
Martijn van Groningen 2018-02-22 15:03:33 +01:00
parent 1a9a7ffe97
commit 10cfa21a68

View File

@ -36,10 +36,9 @@ check.dependsOn internalClusterTest
internalClusterTest.mustRunAfter test internalClusterTest.mustRunAfter test
dependencies { dependencies {
provided "org.elasticsearch:elasticsearch:${version}" compileOnly "org.elasticsearch:elasticsearch:${version}"
compileOnly "org.elasticsearch.plugin:x-pack-core:${version}"
provided "org.elasticsearch.plugin:x-pack-core:${version}" testCompile project(path: xpackModule('core'), configuration: 'testArtifacts')
testCompile project(path: ':x-pack-elasticsearch:plugin:core', configuration: 'testArtifacts')
} }
dependencyLicenses { dependencyLicenses {