This is an automated email from the ASF dual-hosted git repository.
madhan pushed a commit to branch ranger-2.5
in repository https://gitbox.apache.org/repos/asf/ranger.git
The following commit(s) were added to refs/heads/ranger-2.5 by this push:
new 8bbdd44e4 RANGER-4225: updated Hive plugin shim to exclude
org.codehaus.jackson library - PR #351
8bbdd44e4 is described below
commit 8bbdd44e42843807f76a31c2d0a29b8e84c4438e
Author: Grzegorz KokosiĆski <[email protected]>
AuthorDate: Thu Jul 25 16:09:39 2024 -0700
RANGER-4225: updated Hive plugin shim to exclude org.codehaus.jackson
library - PR #351
Signed-off-by: Madhan Neethiraj <[email protected]>
(cherry picked from commit e5053e15f1e2db4f87abf6e19b9df40bb443ae04)
---
ranger-hive-plugin-shim/pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/ranger-hive-plugin-shim/pom.xml b/ranger-hive-plugin-shim/pom.xml
index a70f5ca59..d6c632b0a 100644
--- a/ranger-hive-plugin-shim/pom.xml
+++ b/ranger-hive-plugin-shim/pom.xml
@@ -56,6 +56,10 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.codehaus.jackson</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
<exclusion>
<groupId>org.apache.thrift</groupId>
<artifactId>*</artifactId>