You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by rm...@apache.org on 2022/07/27 07:04:25 UTC

[ranger] branch master updated: RANGER-3790: Ranger tagsync module should not depend on kafka server

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 76349ecae RANGER-3790: Ranger tagsync module should not depend on kafka server
76349ecae is described below

commit 76349ecaea86f36bd5908151f2ec50943b67ab21
Author: Patrik Marton <pm...@cloudera.com>
AuthorDate: Thu Jun 16 10:46:23 2022 +0200

    RANGER-3790: Ranger tagsync module should not depend on kafka server
    
    Signed-off-by: Ramesh Mani <rm...@cloudera.com>
---
 distro/src/main/assembly/tagsync.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/distro/src/main/assembly/tagsync.xml b/distro/src/main/assembly/tagsync.xml
index c467e5a97..44a8233cc 100644
--- a/distro/src/main/assembly/tagsync.xml
+++ b/distro/src/main/assembly/tagsync.xml
@@ -53,7 +53,6 @@
 							<include>org.apache.hadoop:hadoop-auth</include>
 							<include>org.apache.hadoop:hadoop-common</include>
 							<include>org.apache.commons:commons-compress</include>
-							<include>org.apache.kafka:kafka_${scala.binary.version}:jar:${kafka.version}</include>
 							<include>org.apache.kafka:kafka-clients:jar:${kafka.version}</include>
 							<include>org.apache.ranger:credentialbuilder</include>
 							<include>org.apache.ranger:ranger-plugins-cred</include>