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