OpenSearch/x-pack/plugin/eql/qa/common/build.gradle

13 lines
353 B
Groovy

apply plugin: 'elasticsearch.build'
test.enabled = false
dependencies {
api project(':test:framework')
api project(path: xpackModule('core'), configuration: 'default')
api project(path: xpackModule('core'), configuration: 'testArtifacts')
api project(xpackModule('ql:test'))
// TOML parser for EqlActionIT tests
api 'io.ous:jtoml:2.0.0'
}