From 62b8e542472ae067fb3c425fadfedfe59ab1e069 Mon Sep 17 00:00:00 2001 From: Luca Cavanna Date: Thu, 9 Nov 2017 11:32:36 +0100 Subject: [PATCH] Build: add aggs-matrix-stats to license mapping and ignore sha list (elastic/x-pack-elasticsearch#2932) Original commit: elastic/x-pack-elasticsearch@d33a5b95bc5137fcc63a31747aa89ff5203369d3 --- plugin/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin/build.gradle b/plugin/build.gradle index 1bbca2bac35..3cfe4c0d3c7 100644 --- a/plugin/build.gradle +++ b/plugin/build.gradle @@ -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 {