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/20 16:42:40 UTC

[ranger] branch ranger-2.3 updated (cca2e0c43 -> 9ab1a7900)

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

pradeep pushed a change to branch ranger-2.3
in repository https://gitbox.apache.org/repos/asf/ranger.git


    from cca2e0c43 Revert "RANGER-3687: Password Policy Best Practices for Strong Security"
     new efcab6300 RANGER-3698 : Upgrade kylin to 3.1.3
     new 9ab1a7900 RANGER-3699 : Upgrade poi to 5.2.2

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 plugin-kylin/pom.xml             | 4 ++++
 pom.xml                          | 4 ++--
 ranger-kylin-plugin-shim/pom.xml | 4 ++++
 3 files changed, 10 insertions(+), 2 deletions(-)


[ranger] 01/02: RANGER-3698 : Upgrade kylin to 3.1.3

Posted by pr...@apache.org.
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

commit efcab63007ee92503d888caacbe49722e50d0cc8
Author: mateenmansoori <ma...@gmail.com>
AuthorDate: Thu Apr 7 12:41:06 2022 +0530

    RANGER-3698 : Upgrade kylin to 3.1.3
    
    Signed-off-by: pradeep <pr...@apache.org>
---
 plugin-kylin/pom.xml             | 4 ++++
 pom.xml                          | 2 +-
 ranger-kylin-plugin-shim/pom.xml | 4 ++++
 3 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/plugin-kylin/pom.xml b/plugin-kylin/pom.xml
index 11f98f097..adf8fc700 100644
--- a/plugin-kylin/pom.xml
+++ b/plugin-kylin/pom.xml
@@ -65,6 +65,10 @@
                     <groupId>org.apache.calcite</groupId>
                     <artifactId>calcite-core</artifactId>
                 </exclusion>
+                <exclusion>
+                     <groupId>org.apache.kylin</groupId>
+                     <artifactId>kylin-shaded-guava</artifactId>
+                </exclusion>
                 <exclusion>
                     <groupId>org.slf4j</groupId>
                     <artifactId>*</artifactId>
diff --git a/pom.xml b/pom.xml
index 4981cc240..edc488a57 100644
--- a/pom.xml
+++ b/pom.xml
@@ -158,7 +158,7 @@
         <kafka.version>2.8.1</kafka.version>
         <kerby.version>1.0.0</kerby.version>
         <knox.gateway.version>1.4.0</knox.gateway.version>
-        <kylin.version>2.6.6</kylin.version>
+        <kylin.version>3.1.3</kylin.version>
         <libpam4j.version>1.10</libpam4j.version>
         <local.lib.dir>${project.basedir}/../lib/local</local.lib.dir>
         <logback.version>1.2.10</logback.version>
diff --git a/ranger-kylin-plugin-shim/pom.xml b/ranger-kylin-plugin-shim/pom.xml
index a18abfc68..8cf14e1ee 100644
--- a/ranger-kylin-plugin-shim/pom.xml
+++ b/ranger-kylin-plugin-shim/pom.xml
@@ -51,6 +51,10 @@
                     <groupId>org.apache.calcite</groupId>
                     <artifactId>calcite-core</artifactId>
                 </exclusion>
+                <exclusion>
+                     <groupId>org.apache.kylin</groupId>
+                     <artifactId>kylin-shaded-guava</artifactId>
+                </exclusion>
                 <exclusion>
                     <groupId>org.slf4j</groupId>
                     <artifactId>*</artifactId>


[ranger] 02/02: RANGER-3699 : Upgrade poi to 5.2.2

Posted by pr...@apache.org.
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

commit 9ab1a79002ff0a6abe6ea5ec871a1c40a73b949d
Author: mateenmansoori <ma...@gmail.com>
AuthorDate: Thu Apr 7 14:28:36 2022 +0530

    RANGER-3699 : Upgrade poi to 5.2.2
    
    Signed-off-by: pradeep <pr...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index edc488a57..ef450c2f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -176,7 +176,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>5.1.0</poi.version>
+        <poi.version>5.2.2</poi.version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <protobuf-java.version>3.19.3</protobuf-java.version>
         <gcp.protobuf-java.version>3.19.3</gcp.protobuf-java.version>