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

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


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

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

    RANGER-3146: updated Kafka plugin packaging to fix initialization failure
    
    (cherry picked from commit d1c39e3c654db3e976f2d2b8f150c014f43da1db)
---
 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