You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by rm...@apache.org on 2019/03/27 07:11:59 UTC

[ranger] branch master updated: RANGER-2353:Upgrade Apache Thrift Java client library to 0.12.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9ab8bde  RANGER-2353:Upgrade Apache Thrift Java client library to 0.12.0
9ab8bde is described below

commit 9ab8bdea0178d0561819ebc53b1ed50cdfd494d0
Author: rmani <rm...@hortonworks.com>
AuthorDate: Mon Mar 11 12:22:25 2019 -0700

    RANGER-2353:Upgrade Apache Thrift Java client library to 0.12.0
    
    Signed-off-by: rmani <rm...@hortonworks.com>
---
 pom.xml                         |  2 ++
 security-admin/pom.xml          | 10 ++++++++++
 src/main/assembly/admin-web.xml |  4 ++--
 3 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 57d3664..2a45f8b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,6 +120,8 @@
         <hamcrest.all.version>1.3</hamcrest.all.version>
         <hbase.version>2.0.0</hbase.version>
         <hive.version>3.0.0</hive.version>
+        <libfb303.version>0.9.3</libfb303.version>
+        <libthrift.version>0.12.0</libthrift.version>
         <htrace-core.version>4.1.0-incubating</htrace-core.version>
         <httpcomponents.httpclient.version>4.5.3</httpcomponents.httpclient.version>
         <httpcomponents.httpcore.version>4.4.6</httpcomponents.httpcore.version>
diff --git a/security-admin/pom.xml b/security-admin/pom.xml
index 5392261..76bb317 100644
--- a/security-admin/pom.xml
+++ b/security-admin/pom.xml
@@ -387,6 +387,16 @@
             <version>${project.version}</version>
         </dependency>
         <dependency>
+            <groupId>org.apache.thrift</groupId>
+            <artifactId>libfb303</artifactId>
+            <version>${libfb303.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.thrift</groupId>
+            <artifactId>libthrift</artifactId>
+            <version>${libthrift.version}</version>
+        </dependency>
+        <dependency>
             <groupId>org.apache.hadoop</groupId>
             <artifactId>hadoop-common</artifactId>
             <version>${hadoop.version}</version>
diff --git a/src/main/assembly/admin-web.xml b/src/main/assembly/admin-web.xml
index 0296652..4c92720 100644
--- a/src/main/assembly/admin-web.xml
+++ b/src/main/assembly/admin-web.xml
@@ -75,8 +75,8 @@
               <include>org.apache.hive:hive-exec:jar:${hive.version}</include>
               <include>org.apache.hive:hive-jdbc:jar:${hive.version}</include>
               <include>org.apache.hive:hive-metastore:jar:${hive.version}</include>
-              <include>org.apache.thrift:libfb303:jar:${hive.thrift.version}</include>
-              <include>org.apache.thrift:libthrift:jar:${hive.thrift.version}</include>
+              <include>org.apache.thrift:libfb303:jar:${libfb303.version}</include>
+              <include>org.apache.thrift:libthrift:jar:${libthrift.version}</include>
             </includes>
           </dependencySet>
         </dependencySets>