From 583609195c544a88b02b18e4a95d0400dbb45e95 Mon Sep 17 00:00:00 2001 From: Duo Zhang Date: Tue, 19 Sep 2023 22:51:37 +0800 Subject: [PATCH] HBASE-22138 Undo our direct dependence on protos in google.protobuf.Any in Procedure.proto Also bump the hbase thirdparty dependency to 4.1.5 --- hbase-protocol-shaded/src/main/protobuf/server/Procedure.proto | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hbase-protocol-shaded/src/main/protobuf/server/Procedure.proto b/hbase-protocol-shaded/src/main/protobuf/server/Procedure.proto index 8336b5666dc8..addc96cd34c4 100644 --- a/hbase-protocol-shaded/src/main/protobuf/server/Procedure.proto +++ b/hbase-protocol-shaded/src/main/protobuf/server/Procedure.proto @@ -24,7 +24,7 @@ option java_generic_services = true; option java_generate_equals_and_hash = true; option optimize_for = SPEED; -import "google/protobuf/any.proto"; +import "org/apache/hbase/thirdparty/google/protobuf/any.proto"; import "server/ErrorHandling.proto"; enum ProcedureState { diff --git a/pom.xml b/pom.xml index 56058b8e2b97..3badb8f2d39a 100644 --- a/pom.xml +++ b/pom.xml @@ -898,7 +898,7 @@ 1.1.10.4 1.9 1.5.5-2 - 4.1.4 + 4.1.5 0.8.8