Revert "[chore](dependency) upgrade-grpc-version (#8218)" (#8250)

This reverts commit df7e848cbbc8170c7bd83d812d7cac58b5574570.

Reverts apache/incubator-doris#8218

Because when using grpc 1.44.1, the corresponding `protoc-gen-grpc-java` plugin
requried GLIBC_2.14, which is not found in CentOS 6.

So I suggest to revert this commit this time. And considering upgrading this component
after most systems have reached glibc version 2.14.

And for Mac M1, you may have to change this version manually for now
This commit is contained in:
Mingyu Chen
2022-03-02 10:16:25 +08:00
committed by GitHub
parent d5b6428c6d
commit 315bfe2d0e

View File

@ -111,7 +111,7 @@ under the License.
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<grpc.version>1.44.1</grpc.version>
<grpc.version>1.30.0</grpc.version>
<protobuf.version>3.14.0</protobuf.version>
<skip.plugin>false</skip.plugin>
<hive.version>2.3.7</hive.version>