From abc38d80e41608aea0fc51798fbbd67250e3e5b0 Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Fri, 11 Oct 2019 05:30:29 -0700 Subject: [PATCH] HBASE-23129 Move core to use hbase-thirdparty-3.1.1 (#695) Signed-off-by: Peter Somogyi --- hbase-common/pom.xml | 4 ++++ pom.xml | 7 ++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/hbase-common/pom.xml b/hbase-common/pom.xml index c23b9d4dd3cf..55395630bd77 100644 --- a/hbase-common/pom.xml +++ b/hbase-common/pom.xml @@ -150,6 +150,10 @@ org.apache.hbase.thirdparty hbase-shaded-miscellaneous + + org.apache.hbase.thirdparty + hbase-shaded-gson + org.apache.hbase.thirdparty hbase-shaded-netty diff --git a/pom.xml b/pom.xml index 5029cc9a19c4..1beed4673a24 100755 --- a/pom.xml +++ b/pom.xml @@ -1531,7 +1531,7 @@ 2.22.2 2.12 1.0.1 - 2.2.1 + 3.1.1 @@ -2248,6 +2248,11 @@ audience-annotations ${audience-annotations.version} + + org.apache.hbase.thirdparty + hbase-shaded-gson + ${hbase-thirdparty.version} + org.apache.hbase.thirdparty hbase-shaded-miscellaneous