2017-02-08 11:58:55 -05:00
|
|
|
apply plugin: 'elasticsearch.standalone-test'
|
|
|
|
|
|
|
|
dependencies {
|
2018-08-21 20:03:28 -04:00
|
|
|
testCompile "org.elasticsearch.plugin:x-pack-core:${version}"
|
2018-01-27 00:48:30 -05:00
|
|
|
testCompile project(path: xpackModule('ml'), configuration: 'runtime')
|
2017-02-08 11:58:55 -05:00
|
|
|
}
|