From 4479b32ceca85f6fea08a63d0b04ae6254fe8ea0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Kokosi=C5=84ski?= Date: Fri, 26 Jul 2024 23:28:19 +0200 Subject: [PATCH] Remove unused dependecies in plugin-kafka --- plugin-kafka/pom.xml | 53 -------------------------------------------- 1 file changed, 53 deletions(-) diff --git a/plugin-kafka/pom.xml b/plugin-kafka/pom.xml index f4e88113503..271794d9400 100644 --- a/plugin-kafka/pom.xml +++ b/plugin-kafka/pom.xml @@ -42,64 +42,11 @@ ranger-plugins-audit ${project.version} - - org.apache.ranger - credentialbuilder - ${project.version} - org.apache.kafka kafka-clients ${kafka.version} - - com.google.protobuf - protobuf-java - ${protobuf-java.version} - - - org.apache.hadoop - hadoop-hdfs - ${hadoop.version} - - - io.netty - netty-all - - - io.netty - netty - - - log4j - * - - - org.slf4j - * - - - - - org.apache.httpcomponents - httpcore - ${httpcomponents.httpcore.version} - - - commons-codec - commons-codec - ${commons.codec.version} - - - com.fasterxml.jackson.core - jackson-core - ${fasterxml.jackson.version} - - - com.fasterxml.jackson.core - jackson-annotations - ${fasterxml.jackson.version} -