// this file must exist so that qa projects are found
// by the elasticsearch x-plugins include mechanism

apply plugin: 'elasticsearch.java'

dependencies {
  api project(':test:framework')
}
