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:
parent
6e9c83a7b5
commit
62b8e54247
|
@ -36,6 +36,7 @@ dependencyLicenses {
|
||||||
mapping from: /jdbc-proto.*/, to: 'elasticsearch'
|
mapping from: /jdbc-proto.*/, to: 'elasticsearch'
|
||||||
mapping from: /cli-proto.*/, to: 'elasticsearch'
|
mapping from: /cli-proto.*/, to: 'elasticsearch'
|
||||||
mapping from: /shared-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: /http.*/, to: 'httpclient' // pulled in by rest client
|
||||||
mapping from: /commons-.*/, to: 'commons' // pulled in by rest client
|
mapping from: /commons-.*/, to: 'commons' // pulled in by rest client
|
||||||
ignoreSha 'elasticsearch-rest-client'
|
ignoreSha 'elasticsearch-rest-client'
|
||||||
|
@ -46,6 +47,7 @@ dependencyLicenses {
|
||||||
ignoreSha 'cli-proto'
|
ignoreSha 'cli-proto'
|
||||||
ignoreSha 'shared-proto'
|
ignoreSha 'shared-proto'
|
||||||
ignoreSha 'elasticsearch-rest-client-sniffer'
|
ignoreSha 'elasticsearch-rest-client-sniffer'
|
||||||
|
ignoreSha 'aggs-matrix-stats'
|
||||||
}
|
}
|
||||||
|
|
||||||
licenseHeaders {
|
licenseHeaders {
|
||||||
|
|
Loading…
Reference in New Issue