You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by dh...@apache.org on 2022/01/18 11:23:33 UTC

[ranger] branch ranger-2.3 updated: RANGER-3577 : Upgrade POI version to 5.1.0

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

dhavalshah9131 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 8f91635  RANGER-3577 : Upgrade POI version to 5.1.0
8f91635 is described below

commit 8f916359da958b57b90721096facd65c1817bdec
Author: mateen.mansoori <ma...@gmail.com>
AuthorDate: Tue Jan 18 13:34:13 2022 +0530

    RANGER-3577 : Upgrade POI version to 5.1.0
---
 pom.xml                |  2 +-
 security-admin/pom.xml | 10 ++++++++++
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d8c095f..bed36f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -174,7 +174,7 @@
         <owasp-java-html-sanitizer.version>r239</owasp-java-html-sanitizer.version>
         <paranamer.version>2.3</paranamer.version>
         <presto.version>333</presto.version>
-        <poi.version>4.1.2</poi.version>
+        <poi.version>5.1.0</poi.version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <protobuf-java.version>2.5.0</protobuf-java.version>
         <gcp.protobuf-java.version>3.19.1</gcp.protobuf-java.version>
diff --git a/security-admin/pom.xml b/security-admin/pom.xml
index b214b86..2286996 100644
--- a/security-admin/pom.xml
+++ b/security-admin/pom.xml
@@ -69,6 +69,12 @@
          <groupId>org.apache.poi</groupId>
             <artifactId>poi</artifactId>
             <version>${poi.version}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.logging.log4j</groupId>
+                    <artifactId>log4j-api</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.apache.poi</groupId>
@@ -79,6 +85,10 @@
                     <groupId>org.apache.commons</groupId>
                     <artifactId>commons-compress</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>org.apache.logging.log4j</groupId>
+                    <artifactId>log4j-api</artifactId>
+                </exclusion>
              </exclusions>
         </dependency>
         <dependency>