You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hugegraph.apache.org by zh...@apache.org on 2023/05/06 07:18:33 UTC

[incubator-hugegraph-computer] branch fix_maven_dependency created (now 49efefa2)

This is an automated email from the ASF dual-hosted git repository.

zhaocong pushed a change to branch fix_maven_dependency
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-computer.git


      at 49efefa2 fix dependency

This branch includes the following new commits:

     new 49efefa2 fix dependency

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-hugegraph-computer] 01/01: fix dependency

Posted by zh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

zhaocong pushed a commit to branch fix_maven_dependency
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-computer.git

commit 49efefa2bdc3232d3e492463310282a72a6cb583
Author: coderzc <zh...@apache.org>
AuthorDate: Sat May 6 15:18:20 2023 +0800

    fix dependency
---
 pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/pom.xml b/pom.xml
index 028af9b3..1e42a2a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -139,9 +139,19 @@
                         <groupId>org.apache.hugegraph</groupId>
                         <artifactId>hugegraph-common</artifactId>
                     </exclusion>
+                    <exclusion>
+                        <groupId>io.grpc</groupId>
+                        <artifactId>grpc-core</artifactId>
+                    </exclusion>
                 </exclusions>
             </dependency>
 
+            <dependency>
+                <groupId>io.grpc</groupId>
+                <artifactId>grpc-core</artifactId>
+                <version>1.28.1</version>
+            </dependency>
+
             <dependency>
                 <groupId>org.apache.hugegraph</groupId>
                 <artifactId>hugegraph-client</artifactId>