2017-02-08 11:58:55 -05:00
|
|
|
apply plugin: 'elasticsearch.standalone-test'
|
|
|
|
|
|
|
|
dependencies {
|
2018-01-20 00:30:17 -05:00
|
|
|
testCompile project(path: ':x-pack-elasticsearch:plugin:core', configuration: 'runtime')
|
|
|
|
testCompile project(path: ':x-pack-elasticsearch:plugin:ml', configuration: 'runtime')
|
2017-02-08 11:58:55 -05:00
|
|
|
}
|
|
|
|
|