This is an automated email from the ASF dual-hosted git repository.

madhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git


The following commit(s) were added to refs/heads/master by this push:
     new d1c39e3  RANGER-3146: updated Kafka plugin packaging to fix 
initialization failure
d1c39e3 is described below

commit d1c39e3c654db3e976f2d2b8f150c014f43da1db
Author: Madhan Neethiraj <[email protected]>
AuthorDate: Fri Jan 8 20:44:26 2021 -0800

    RANGER-3146: updated Kafka plugin packaging to fix initialization failure
---
 distro/src/main/assembly/plugin-kafka.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/distro/src/main/assembly/plugin-kafka.xml 
b/distro/src/main/assembly/plugin-kafka.xml
index 7bb7699..b989d39 100644
--- a/distro/src/main/assembly/plugin-kafka.xml
+++ b/distro/src/main/assembly/plugin-kafka.xml
@@ -65,6 +65,7 @@
                                        
<include>org.apache.httpcomponents:httpclient:jar:${httpcomponents.httpclient.version}</include>
                                        
<include>org.apache.httpcomponents:httpcore:jar:${httpcomponents.httpcore.version}</include>
                                        
<include>org.apache.httpcomponents:httpmime:jar:${httpcomponents.httpmime.version}</include>
+                                       
<include>com.google.guava:guava:jar:${google.guava.version}</include>
                                        
<include>com.google.protobuf:protobuf-java:jar:${protobuf-java.version}</include>
                                        
<include>org.noggit:noggit:jar:${noggit.version}</include>
                                        
<include>org.codehaus.jackson:jackson-core-asl</include>

Reply via email to