This is an automated email from the ASF dual-hosted git repository.
jermy pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-hugegraph-computer.git
The following commit(s) were added to refs/heads/master by this push:
new 358aafc2 fix: io.grpc.grpc-core dependency conflict (#296)
358aafc2 is described below
commit 358aafc28473ff54bf54171722f4566cdb4dc459
Author: diaohancai <[email protected]>
AuthorDate: Sat Dec 16 21:23:16 2023 +0800
fix: io.grpc.grpc-core dependency conflict (#296)
---
pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/pom.xml b/pom.xml
index b32b800b..72db2fe1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,6 +136,10 @@
<version>${hugegraph-rpc-version}</version>
<exclusions>
<!-- conflict with etcd -->
+ <exclusion>
+ <groupId>io.grpc</groupId>
+ <artifactId>grpc-core</artifactId>
+ </exclusion>
<exclusion>
<groupId>io.grpc</groupId>
<artifactId>grpc-netty-shaded</artifactId>