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/01/26 05:34:02 UTC

[ranger] 02/02: RANGER-3560: Upgrade kylin version to 2.6.6

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 0198a1ccf45efb50e8d5c5a5f71034a9e2d93929
Author: pradeep <pr...@apache.org>
AuthorDate: Wed Dec 22 20:58:26 2021 +0530

    RANGER-3560: Upgrade kylin version to 2.6.6
    
    Signed-off-by: Selvamohan Neethiraj <sn...@apache.org>
---
 plugin-kylin/pom.xml             | 5 +++++
 pom.xml                          | 2 +-
 ranger-kylin-plugin-shim/pom.xml | 5 +++++
 3 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/plugin-kylin/pom.xml b/plugin-kylin/pom.xml
index ed38e1f..11f98f0 100644
--- a/plugin-kylin/pom.xml
+++ b/plugin-kylin/pom.xml
@@ -47,6 +47,11 @@
             <artifactId>mockito-core</artifactId>
         </dependency>
         <dependency>
+            <groupId>org.apache.calcite</groupId>
+            <artifactId>calcite-linq4j</artifactId>
+            <version>1.16.0</version>
+        </dependency>
+        <dependency>
             <groupId>org.apache.kylin</groupId>
             <artifactId>kylin-server-base</artifactId>
             <version>${kylin.version}</version>
diff --git a/pom.xml b/pom.xml
index 4aee8e5..bbf3054 100644
--- a/pom.xml
+++ b/pom.xml
@@ -158,7 +158,7 @@
         <kafka.version>2.5.0</kafka.version>
         <kerby.version>1.0.0</kerby.version>
         <knox.gateway.version>1.4.0</knox.gateway.version>
-        <kylin.version>2.6.4</kylin.version>
+        <kylin.version>2.6.6</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 3393554..a18abfc 100644
--- a/ranger-kylin-plugin-shim/pom.xml
+++ b/ranger-kylin-plugin-shim/pom.xml
@@ -33,6 +33,11 @@
     </parent>
     <dependencies>
         <dependency>
+            <groupId>org.apache.calcite</groupId>
+            <artifactId>calcite-linq4j</artifactId>
+            <version>1.16.0</version>
+        </dependency>
+        <dependency>
             <groupId>org.apache.kylin</groupId>
             <artifactId>kylin-server-base</artifactId>
             <version>${kylin.version}</version>