plugins {
  id 'elasticsearch.java'
}

dependencies {
  implementation project(':server')
  testImplementation project(':test:framework')
}
