mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
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
|
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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user