2017-02-09 00:58:55 +08:00
|
|
|
apply plugin: 'elasticsearch.standalone-test'
|
|
|
|
|
|
|
|
dependencies {
|
2020-06-12 19:34:53 +08:00
|
|
|
testImplementation project(":x-pack:plugin:core")
|
2020-06-30 15:37:09 +08:00
|
|
|
testImplementation project(path: xpackModule('ml'))
|
2019-11-13 18:14:04 +08:00
|
|
|
}
|