From 3d2e9872cde28be5f5248b07d56b729a9f50c5ce Mon Sep 17 00:00:00 2001
From: liaozan <378024053@qq.com>
Date: Sun, 28 Nov 2021 11:38:13 +0800
Subject: [PATCH] Initial commit
---
pom.xml | 46 ++++++++++++++--------------------------------
1 file changed, 14 insertions(+), 32 deletions(-)
diff --git a/pom.xml b/pom.xml
index 878de97..17b51f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,9 +45,8 @@
3.0.4
- 3.19.1
- 5.2.0
- 3.7.0
+ 4.2.0
+ 3.4.14
1.9.1
@@ -130,44 +129,21 @@
org.apache.dubbo
- dubbo
+ dubbo-bom
${dubbo.version}
+ pom
+ import
- org.apache.dubbo
- dubbo-spring-boot-starter
- ${dubbo.version}
-
-
- com.google.protobuf
- protobuf-java
- ${protobuf.version}
+ org.apache.zookeeper
+ zookeeper
+ ${zookeeper.version}
org.apache.curator
curator-recipes
${curator.version}
-
- org.apache.curator
- curator-x-discovery
- ${curator.version}
-
-
- org.apache.zookeeper
- zookeeper
- ${zookeeper.version}
-
-
- org.slf4j
- slf4j-log4j12
-
-
- log4j
- log4j
-
-
-
com.baomidou
@@ -178,6 +154,12 @@
com.alibaba
druid
${druid.version}
+
+
+ javax.annotation-api
+ javax.annotation
+
+
com.zaxxer
--
GitLab