HBASE-26541 hbase-shaded-protobuf not buildable on M1 MacOSX

Signed-off-by: Andrew Purtell <apurtell@apache.org>
This commit is contained in:
Andrew Purtell 2021-12-06 11:07:24 -08:00
parent 7957b0cc7e
commit 4d43e4cc94
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@
<maven.javadoc.skip>true</maven.javadoc.skip>
<!--Version of protobuf that hbase uses internally (we shade our pb)
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>
<build>
<plugins>