apply plugin: 'elasticsearch.standalone-rest-test' apply plugin: 'elasticsearch.rest-test' dependencies { testCompile project(path: ':x-pack-elasticsearch:plugin', configuration: 'runtime') testCompile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.8.6' } integTest { cluster { setting 'xpack.security.enabled', 'false' setting 'xpack.ml.enabled', 'true' setting 'script.inline', 'true' distribution = 'zip' plugin ':x-pack-elasticsearch:plugin' } }