Skip to content

Commit 358aafc

Browse files
authored
fix: io.grpc.grpc-core dependency conflict (#296)
1 parent 8580a2e commit 358aafc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,10 @@
136136
<version>${hugegraph-rpc-version}</version>
137137
<exclusions>
138138
<!-- conflict with etcd -->
139+
<exclusion>
140+
<groupId>io.grpc</groupId>
141+
<artifactId>grpc-core</artifactId>
142+
</exclusion>
139143
<exclusion>
140144
<groupId>io.grpc</groupId>
141145
<artifactId>grpc-netty-shaded</artifactId>

0 commit comments

Comments
 (0)