This is an automated email from the ASF dual-hosted git repository.
rmani 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 06dfdcd RANGER-3189:Missing jetty-client as dependency in Ranger
Kafka Plugin
06dfdcd is described below
commit 06dfdcd7f7baec8df32452b1edeb4ef7770ba0ca
Author: Ramesh Mani <[email protected]>
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 b989d39..0f4aa4b 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>