From 98608fa2504d6bbd49b1d075ee9afb0f85f962b8 Mon Sep 17 00:00:00 2001 From: "woosuk.ro" Date: Wed, 29 May 2024 17:34:55 +0900 Subject: [PATCH] [IMPALA-13112] Remove Kafka Dependency Exclusion to Use KafkaAuditProvider Recent tests indicate that the latest version of `kafka-clients-2.8.1.jar` used by Apache Ranger does not cause the previous JAX-RS conflicts. Therefore, this exclusion is no longer necessary. Removing the exclusion allows us to use the KafkaAuditProvider in Ranger for comprehensive audit logging. References: 1. [Commit a1f4a849cf1c4f51e0acc737c7da166651645870](https://github.com/apache/impala/commit/a1f4a849cf1c4f51e0acc737c7da166651645870) 2. [Commit f85dbff97618066d60f37736808c8c24aa0a98e5](https://github.com/apache/impala/commit/f85dbff97618066d60f37736808c8c24aa0a98e5) Change-Id: I9a9cdab994552faa7b9d4c5da88d457dbd7b554d --- fe/pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/fe/pom.xml b/fe/pom.xml index 54b2094be2..3733900fb6 100644 --- a/fe/pom.xml +++ b/fe/pom.xml @@ -176,10 +176,6 @@ under the License. com.cloudera jwtprovider-knox - - org.apache.kafka - * -