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

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

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

pradeep 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 f06a557da RANGER-3702 : Export policy in excel is failing
f06a557da is described below

commit f06a557da0ef160eb26069dfbb349c1049278000
Author: mateenmansoori <ma...@gmail.com>
AuthorDate: Tue Apr 12 18:07:20 2022 +0530

    RANGER-3702 : Export policy in excel is failing
    
    Signed-off-by: pradeep <pr...@apache.org>
---
 security-admin/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/security-admin/pom.xml b/security-admin/pom.xml
index 5dabf8f7d..0de00866a 100644
--- a/security-admin/pom.xml
+++ b/security-admin/pom.xml
@@ -666,6 +666,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>
         <dependency>
             <groupId>com.amazonaws</groupId>
             <artifactId>aws-java-sdk-bundle</artifactId>