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

Also bump the hbase thirdparty dependency to 4.1.5
  • Loading branch information
Apache9 committed Oct 6, 2023
1 parent 7ec0176 commit 5836091
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 5836091

Please sign in to comment.