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