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

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


The following commit(s) were added to refs/heads/ranger-2.3 by this push:
     new 7680d0f  RANGER-2426: Using kafka-clients artifact only instead of 
kafka core in ranger-plugins-audit, ranger-schema-registry-plugin and 
ranger-tagsync modules
7680d0f is described below

commit 7680d0f63ce838742ef51ab54720c0f7636d6734
Author: Andras Katona <[email protected]>
AuthorDate: Thu Dec 10 14:00:52 2020 +0100

    RANGER-2426: Using kafka-clients artifact only instead of kafka core in 
ranger-plugins-audit, ranger-schema-registry-plugin and ranger-tagsync modules
    
    Signed-off-by: Madhan Neethiraj <[email protected]>
    (cherry picked from commit 4f4184d6183ef52c07f96b1116bf21eae0c32b72)
---
 agents-audit/pom.xml           | 6 +-----
 plugin-schema-registry/pom.xml | 6 +-----
 tagsync/pom.xml                | 5 -----
 3 files changed, 2 insertions(+), 15 deletions(-)

diff --git a/agents-audit/pom.xml b/agents-audit/pom.xml
index 71e940a..af50f8e 100644
--- a/agents-audit/pom.xml
+++ b/agents-audit/pom.xml
@@ -63,14 +63,10 @@
         </dependency>
         <dependency>
             <groupId>org.apache.kafka</groupId>
-            <artifactId>kafka_${scala.binary.version}</artifactId>
+            <artifactId>kafka-clients</artifactId>
             <version>${kafka.version}</version>
             <exclusions>
                 <exclusion>
-                    <groupId>net.jpountz.lz4</groupId>
-                    <artifactId>lz4</artifactId>
-                </exclusion>
-                <exclusion>
                     <groupId>org.lz4</groupId>
                     <artifactId>lz4-java</artifactId>
                 </exclusion>
diff --git a/plugin-schema-registry/pom.xml b/plugin-schema-registry/pom.xml
index c42b114..d327ad0 100644
--- a/plugin-schema-registry/pom.xml
+++ b/plugin-schema-registry/pom.xml
@@ -123,14 +123,10 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.kafka</groupId>
-                <artifactId>kafka_${scala.binary.version}</artifactId>
+                <artifactId>kafka-clients</artifactId>
                 <version>${kafka.version}</version>
                 <exclusions>
                     <exclusion>
-                        <groupId>org.apache.zookeeper</groupId>
-                        <artifactId>zookeeper</artifactId>
-                    </exclusion>
-                    <exclusion>
                         <groupId>log4j</groupId>
                         <artifactId>*</artifactId>
                     </exclusion>
diff --git a/tagsync/pom.xml b/tagsync/pom.xml
index 3a7333d..916ab1b 100644
--- a/tagsync/pom.xml
+++ b/tagsync/pom.xml
@@ -210,11 +210,6 @@
         </dependency>
         <dependency>
             <groupId>org.apache.kafka</groupId>
-            <artifactId>kafka_${scala.binary.version}</artifactId>
-            <version>${kafka.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.kafka</groupId>
             <artifactId>kafka-clients</artifactId>
             <version>${kafka.version}</version>
         </dependency>

Reply via email to