import org.elasticsearch.gradle.Version

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

dependencies {
  javaRestTestImplementation project(path: xpackModule('core'))
  javaRestTestImplementation(testArtifact(project(xpackModule('security'))))
  javaRestTestImplementation(testArtifact(project(xpackModule('core'))))
}

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

