From 937da1cd058781624af56b8ace863abd23c18d7f Mon Sep 17 00:00:00 2001 From: imbajin Date: Thu, 19 Sep 2024 17:05:27 +0800 Subject: [PATCH] fix conflicts --- hugegraph-commons/hugegraph-rpc/pom.xml | 12 ++++++++++++ hugegraph-server/hugegraph-api/pom.xml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/hugegraph-commons/hugegraph-rpc/pom.xml b/hugegraph-commons/hugegraph-rpc/pom.xml index 330618d82c..6ed9cba2bd 100644 --- a/hugegraph-commons/hugegraph-rpc/pom.xml +++ b/hugegraph-commons/hugegraph-rpc/pom.xml @@ -120,6 +120,18 @@ jackson-databind com.fasterxml.jackson.core + + netty-all + io.netty + + + commons-lang3 + org.apache.commons + + + protobuf-java + com.google.protobuf + diff --git a/hugegraph-server/hugegraph-api/pom.xml b/hugegraph-server/hugegraph-api/pom.xml index 8a6fdb9e77..cb5d2a9f50 100644 --- a/hugegraph-server/hugegraph-api/pom.xml +++ b/hugegraph-server/hugegraph-api/pom.xml @@ -38,7 +38,7 @@ io.grpc grpc-netty-shaded - 1.47.0 + 1.39.0