Build: add aggs-matrix-stats to license mapping and ignore sha list (elastic/x-pack-elasticsearch#2932)

Original commit: elastic/x-pack-elasticsearch@d33a5b95bc
This commit is contained in:
Luca Cavanna 2017-11-09 11:32:36 +01:00 committed by GitHub
parent 6e9c83a7b5
commit 62b8e54247
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,7 @@ dependencyLicenses {
mapping from: /jdbc-proto.*/, to: 'elasticsearch'
mapping from: /cli-proto.*/, to: 'elasticsearch'
mapping from: /shared-proto.*/, to: 'elasticsearch'
mapping from: /aggs-matrix-stats.*/, to: 'elasticsearch' //pulled in by sql:server
mapping from: /http.*/, to: 'httpclient' // pulled in by rest client
mapping from: /commons-.*/, to: 'commons' // pulled in by rest client
ignoreSha 'elasticsearch-rest-client'
@ -46,6 +47,7 @@ dependencyLicenses {
ignoreSha 'cli-proto'
ignoreSha 'shared-proto'
ignoreSha 'elasticsearch-rest-client-sniffer'
ignoreSha 'aggs-matrix-stats'
}
licenseHeaders {