From 0fe1c9cca571ad989e09a3435846259701d162dc Mon Sep 17 00:00:00 2001 From: Reid Chan Date: Thu, 29 Apr 2021 22:45:49 +0800 Subject: [PATCH] HBASE-25804 [branch-1] Make hbase-thrift module build with jdk8 (#3193) Signed-off-by: Andrew Purtell --- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 742305d295e..ee7bb89317f 100644 --- a/pom.xml +++ b/pom.xml @@ -63,7 +63,6 @@ hbase-resource-bundle hbase-server - hbase-thrift hbase-rest hbase-shell hbase-protocol @@ -2033,6 +2032,9 @@ 1.8 + + hbase-thrift +