OpenSearch/sql-clients/jdbc-proto/build.gradle

14 lines
350 B
Groovy

apply plugin: 'elasticsearch.build'
description = 'Request and response objects shared by the jdbc driver and ' +
'its backend in :x-pack-elasticsearch:plugin'
dependencies {
compile project(":x-pack-elasticsearch:sql-clients:net-client")
}
dependencyLicenses {
mapping from: /net-client.*/, to: 'elasticsearch'
ignoreSha 'net-client'
}