martin-g commented on a change in pull request #1238:
URL: https://github.com/apache/phoenix/pull/1238#discussion_r639670670
##########
File path: pom.xml
##########
@@ -107,7 +107,10 @@
<log4j.version>1.2.17</log4j.version>
<disruptor.version>3.3.6</disruptor.version>
<slf4j.version>1.7.25</slf4j.version>
- <protobuf-java.version>2.5.0</protobuf-java.version>
+ <!-- com.google repo will be used except on Aarch64 platform. -->
+ <protobuf.group>com.google.protobuf</protobuf.group>
+ <protobuf-java.version>2.6.1</protobuf-java.version>
Review comment:
Reverted to 2.5.0 for both x86_64 and aarch64!
The OpenLabTesting guys released 2.5.0.2 which brings statically linked
Protoc.
Here is its build script:
https://gist.github.com/liusheng/64aee1b27de037f8b9ccf1873b82c413
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]