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:43:18 UTC

[ranger] branch master updated (034cf851f -> 5360edc02)

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

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


    from 034cf851f RANGER-3717:Add surefire report plugin
     new 0fb22fae1 RANGER-3698 : Upgrade kylin to 3.1.3
     new 5360edc02 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] 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 master
in repository https://gitbox.apache.org/repos/asf/ranger.git

commit 5360edc02287da56df935b59bbc579ac3280b2dd
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 d06b8e89a..f65c050b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,7 +178,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>


[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 master
in repository https://gitbox.apache.org/repos/asf/ranger.git

commit 0fb22fae1023de515fbba3c7d795156d56aeb58b
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 563e53a87..7a51744f0 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 1d546aa5f..d06b8e89a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,7 +159,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 53e567467..bc651f664 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>