From 5888174f2465306dd06076e9ba9da3794f5e82f5 Mon Sep 17 00:00:00 2001 From: Jay Modi Date: Tue, 14 Nov 2017 08:11:21 -0700 Subject: [PATCH] Cleanup leftover tribe references in the plugin build.gradle file (elastic/x-pack-elasticsearch#2987) In elastic/x-pack-elasticsearch#2901, the dependency on the tribe module was removed but a few leftover references were missed in the build.gradle file of the x-pack-elasticsearch plugin. This commit removes these leftover references. Original commit: elastic/x-pack-elasticsearch@03f1cae1f55f13944a2f84ef94ff3f7934f741e0 --- plugin/build.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugin/build.gradle b/plugin/build.gradle index b7dca718c3c..bdc0cb136cd 100644 --- a/plugin/build.gradle +++ b/plugin/build.gradle @@ -29,13 +29,11 @@ dependencyLicenses { mapping from: /bc.*/, to: 'bouncycastle' mapping from: /owasp-java-html-sanitizer.*/, to: 'owasp-java-html-sanitizer' mapping from: /transport-netty.*/, to: 'elasticsearch' - mapping from: /tribe.*/, to: 'elasticsearch' mapping from: /elasticsearch-rest-client.*/, to: 'elasticsearch' mapping from: /http.*/, to: 'httpclient' // pulled in by rest client mapping from: /commons-.*/, to: 'commons' // pulled in by rest client ignoreSha 'elasticsearch-rest-client' ignoreSha 'transport-netty4' - ignoreSha 'tribe' ignoreSha 'elasticsearch-rest-client-sniffer' }