You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by bp...@apache.org on 2022/04/12 05:48:08 UTC

[ranger] branch master updated: RANGER-3702 : Export policy in excel is failing

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

bpatel 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 8b98899ce RANGER-3702 : Export policy in excel is failing
8b98899ce is described below

commit 8b98899ce42e989523e50f450b9b21a8c9a559a4
Author: mateenmansoori <ma...@gmail.com>
AuthorDate: Fri Apr 8 16:43:42 2022 +0530

    RANGER-3702 : Export policy in excel is failing
---
 security-admin/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/security-admin/pom.xml b/security-admin/pom.xml
index a2060e1c2..eaa8db1c1 100644
--- a/security-admin/pom.xml
+++ b/security-admin/pom.xml
@@ -744,6 +744,16 @@
             <artifactId>logback-classic</artifactId>
             <version>${logback.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.logging.log4j</groupId>
+            <artifactId>log4j-api</artifactId>
+            <version>${log4j2.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.logging.log4j</groupId>
+            <artifactId>log4j-to-slf4j</artifactId>
+            <version>${log4j2.version}</version>
+        </dependency>
     </dependencies>
     <build>
         <pluginManagement>