From 831e0f752edfc4af359953b5f7c43418d05b8a14 Mon Sep 17 00:00:00 2001 From: liaozan <378024053@qq.com> Date: Sat, 13 Nov 2021 20:50:09 +0800 Subject: [PATCH] Initial commit --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 1907591..ae308e4 100644 --- a/pom.xml +++ b/pom.xml @@ -39,6 +39,7 @@ 3.0.4 + 3.19.1 5.2.0 3.7.0 @@ -116,6 +117,11 @@ dubbo-spring-boot-starter ${dubbo.version} + + com.google.protobuf + protobuf-java + ${protobuf.version} + org.apache.curator curator-recipes -- GitLab