[bug](compile) fix fe compile error #19946

Fix fe maven package has a version conflict for package grpc-core.
This commit is contained in:
xy720
2023-05-23 18:20:48 +08:00
committed by GitHub
parent bfafa5e19d
commit 8b184cc5ef

View File

@ -813,6 +813,11 @@ under the License.
<artifactId>grpc-stub</artifactId>
<version>${grpc.version}</version>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-core</artifactId>
<version>${grpc.version}</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java -->
<dependency>
<groupId>com.google.protobuf</groupId>