You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by me...@apache.org on 2021/09/27 12:19:10 UTC

[ranger] branch master updated: Revert "RANGER-3211: Upgrade libthrift to 0.14.1"

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

mehul 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 900eec0  Revert "RANGER-3211: Upgrade libthrift to 0.14.1"
900eec0 is described below

commit 900eec0e10ed24b936b5dc1d58dabc4e90fde0e4
Author: Mahesh Bandal <ma...@gmail.com>
AuthorDate: Tue Sep 21 19:41:33 2021 +0530

    Revert "RANGER-3211: Upgrade libthrift to 0.14.1"
    
    This reverts commit 0081a767389738db9fa0c1d1342584a54a522c0b.
    
    Signed-off-by: Mehul Parikh <me...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6de8e01..52b6b4b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,7 +129,7 @@
         <hbase-shaded-netty>3.3.0</hbase-shaded-netty>
         <hbase-shaded-miscellaneous>3.3.0</hbase-shaded-miscellaneous>
         <libfb303.version>0.9.3</libfb303.version>
-        <libthrift.version>0.14.1</libthrift.version>
+        <libthrift.version>0.13.0</libthrift.version>
         <htrace-core.version>4.1.0-incubating</htrace-core.version>
         <httpcomponents.httpclient.version>4.5.13</httpcomponents.httpclient.version>
         <httpcomponents.httpcore.version>4.4.14</httpcomponents.httpcore.version>