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

rmani 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 e6cbe84  RANGER-3189:Missing jetty-client as dependency in Ranger 
Kafka Plugin
e6cbe84 is described below

commit e6cbe84a2864bdf4a1e7d3f34a4cf824f0e3d6c0
Author: Ramesh Mani <rm...@cloudera.com>
AuthorDate: Wed Feb 24 08:39:24 2021 -0800

    RANGER-3189:Missing jetty-client as dependency in Ranger Kafka Plugin
---
 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 370d7eb..9ed6af6 100644
--- a/distro/src/main/assembly/plugin-kafka.xml
+++ b/distro/src/main/assembly/plugin-kafka.xml
@@ -57,6 +57,7 @@
                                        
<include>com.google.code.gson:gson</include>
                                        
<include>org.eclipse.persistence:eclipselink</include>
                                        
<include>org.eclipse.persistence:javax.persistence</include>
+                                       
<include>org.eclipse.jetty:jetty-client:jar:${jetty-client.version}</include>
                                        
<include>commons-collections:commons-collections</include>
                                        
<include>com.sun.jersey:jersey-bundle</include>
                                        
<include>commons-logging:commons-logging:jar:${commons.logging.version}</include>

Reply via email to