2017-06-29 14:31:23 -04:00
|
|
|
description = 'Request and response objects shared by the cli and ' +
|
2017-07-06 15:58:12 -04:00
|
|
|
'its backend in :sql:server'
|
|
|
|
|
|
|
|
dependencies {
|
2017-07-12 17:32:13 -04:00
|
|
|
compile project(':x-pack-elasticsearch:sql:shared-proto')
|
2017-07-06 15:58:12 -04:00
|
|
|
testCompile project(':x-pack-elasticsearch:sql:test-utils')
|
|
|
|
}
|
2017-06-29 14:31:23 -04:00
|
|
|
|
|
|
|
forbiddenApisMain {
|
|
|
|
// does not depend on core, so only jdk and http signatures should be checked
|
|
|
|
signaturesURLs = [this.class.getResource('/forbidden/jdk-signatures.txt')]
|
|
|
|
}
|
2017-07-12 17:32:13 -04:00
|
|
|
|
|
|
|
dependencyLicenses {
|
|
|
|
mapping from: /shared-proto.*/, to: 'elasticsearch'
|
|
|
|
ignoreSha 'shared-proto'
|
|
|
|
}
|