2017-02-08 16:58:55 +00:00
|
|
|
apply plugin: 'elasticsearch.standalone-test'
|
|
|
|
|
|
|
|
dependencies {
|
2020-06-14 22:30:44 +02:00
|
|
|
testImplementation project(":x-pack:plugin:core")
|
2020-06-30 15:57:41 +02:00
|
|
|
testImplementation project(path: xpackModule('ml'))
|
2019-11-14 11:01:23 +00:00
|
|
|
}
|