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
1 changed files with 3 additions and 4 deletions

View File

@ -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 {