description = 'SQL for Elasticsearch'
subprojects {
apply plugin: 'elasticsearch.build'
dependencies {
testCompile "org.elasticsearch.test:framework:${version}"
}