Skip to content
This repository was archived by the owner on Oct 13, 2024. It is now read-only.

Commit 2ce7bab

Browse files
committed
解决macOS系统下pack-contract-grpc模块mvn install失败
1. 升级依赖的protoc-gen-grpc-java版本,见 grpc/grpc-java#1683
1 parent 3f5c38a commit 2ce7bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<akka.version>2.5.6</akka.version>
6262
<rat.version>0.12</rat.version>
6363
<maven.failsafe.version>2.19.1</maven.failsafe.version>
64-
<grpc.version>1.11.0</grpc.version>
64+
<grpc.version>1.14.0</grpc.version>
6565
<kryo.version>4.0.1</kryo.version>
6666
<javax.transaction.version>1.2</javax.transaction.version>
6767
<eclipse.link.version>2.7.1</eclipse.link.version>

0 commit comments

Comments
 (0)