// this file must exist so that qa projects are found
// by the elasticsearch x-plugins include mechanism
apply plugin: 'elasticsearch.build'
test.enabled = false
dependencies {
compile project(':test:framework')
}