2017-06-19 15:19:54 -04:00
|
|
|
apply plugin: 'elasticsearch.build'
|
|
|
|
|
2017-06-21 12:12:19 -04:00
|
|
|
description = 'Request and response objects shared by the jdbc driver and ' +
|
|
|
|
'its backend in :x-pack-elasticsearch:plugin'
|
|
|
|
|
2017-06-19 15:19:54 -04:00
|
|
|
dependencies {
|
2017-06-22 18:21:55 -04:00
|
|
|
testCompile project(':x-pack-elasticsearch:sql-clients:test-utils')
|
2017-06-19 15:19:54 -04:00
|
|
|
}
|
2017-06-21 12:12:19 -04:00
|
|
|
|
|
|
|
dependencyLicenses {
|
2017-06-28 17:22:32 -04:00
|
|
|
|
2017-06-21 12:12:19 -04:00
|
|
|
}
|