Skip to content

Commit

Permalink
HBASE-22138 Undo our direct dependence on protos in google.protobuf.A…
Browse files Browse the repository at this point in the history
…ny in Procedure.proto (apache#5411)

Bump the hbase thirdparty dependency to 4.1.5 where we relocated the proto files in protobuf-java jar
The generated protobuf messages are OK since we do not need to change any non generated java code

Signed-off-by: Nick Dimiduk <[email protected]>
Signed-off-by: Nihal Jain <[email protected]>
  • Loading branch information
Apache9 authored Oct 6, 2023
1 parent 7ec0176 commit eb24001
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@
<snappy.version>1.1.10.4</snappy.version>
<xz.version>1.9</xz.version>
<zstd-jni.version>1.5.5-2</zstd-jni.version>
<hbase-thirdparty.version>4.1.4</hbase-thirdparty.version>
<hbase-thirdparty.version>4.1.5</hbase-thirdparty.version>
<!-- Coverage properties -->
<jacoco.version>0.8.8</jacoco.version>
<jacocoArgLine/>
Expand Down

0 comments on commit eb24001

Please sign in to comment.