apply plugin: 'elasticsearch.internal-java-rest-test'

dependencies {
  javaRestTestImplementation(testArtifact(project(xpackModule('core'))))
  javaRestTestImplementation project(xpackModule('async-search'))
  javaRestTestImplementation project(':test:framework')
}

tasks.named("javaRestTest").configure {
  usesDefaultDistribution("to be triaged")
}
