HBASE-26541 hbase-shaded-protobuf not buildable on M1 MacOSX
Signed-off-by: Andrew Purtell <apurtell@apache.org>
This commit is contained in:
parent
ca3ba494cb
commit
b5cf3cdc5c
|
@ -33,7 +33,7 @@
|
||||||
<!--Version of protobuf that hbase uses internally (we shade our pb)
|
<!--Version of protobuf that hbase uses internally (we shade our pb)
|
||||||
Must match what is out in hbase-thirdparty include.
|
Must match what is out in hbase-thirdparty include.
|
||||||
-->
|
-->
|
||||||
<internal.protobuf.version>3.11.4</internal.protobuf.version>
|
<internal.protobuf.version>3.17.3</internal.protobuf.version>
|
||||||
</properties>
|
</properties>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
<!--Version of protobuf that hbase uses internally (we shade our pb)
|
<!--Version of protobuf that hbase uses internally (we shade our pb)
|
||||||
Must match what is out in hbase-thirdparty include.
|
Must match what is out in hbase-thirdparty include.
|
||||||
-->
|
-->
|
||||||
<internal.protobuf.version>3.11.4</internal.protobuf.version>
|
<internal.protobuf.version>3.17.3</internal.protobuf.version>
|
||||||
</properties>
|
</properties>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
|
Loading…
Reference in New Issue