diff --git a/liteflow-rule-plugin/liteflow-rule-etcd/pom.xml b/liteflow-rule-plugin/liteflow-rule-etcd/pom.xml
index b891a2cb5..60ed59a3b 100644
--- a/liteflow-rule-plugin/liteflow-rule-etcd/pom.xml
+++ b/liteflow-rule-plugin/liteflow-rule-etcd/pom.xml
@@ -23,6 +23,17 @@
io.etcd
jetcd-core
+
+
+ jetcd-grpc
+ io.etcd
+
+
+
+
+ io.netty
+ netty-handler
+ ${netty.version}
\ No newline at end of file
diff --git a/liteflow-rule-plugin/liteflow-rule-nacos/pom.xml b/liteflow-rule-plugin/liteflow-rule-nacos/pom.xml
index 9ce7edb33..930452e40 100644
--- a/liteflow-rule-plugin/liteflow-rule-nacos/pom.xml
+++ b/liteflow-rule-plugin/liteflow-rule-nacos/pom.xml
@@ -24,18 +24,11 @@
com.alibaba.nacos
nacos-client
- 1.2.1
-
-
-
- com.fasterxml.jackson.core
- jackson-databind
-
-
- com.fasterxml.jackson.core
- jackson-core
-
-
+
+
+ org.apache.httpcomponents
+ httpclient
+ ${httpclient.version}
\ No newline at end of file
diff --git a/liteflow-rule-plugin/liteflow-rule-zk/pom.xml b/liteflow-rule-plugin/liteflow-rule-zk/pom.xml
index dff987bcd..8aa6f15b1 100644
--- a/liteflow-rule-plugin/liteflow-rule-zk/pom.xml
+++ b/liteflow-rule-plugin/liteflow-rule-zk/pom.xml
@@ -43,5 +43,26 @@
org.apache.curator
curator-recipes
+
+
+ io.netty
+ netty-codec
+ ${netty.version}
+
+
+ io.netty
+ netty-common
+ ${netty.version}
+
+
+ io.netty
+ netty-handler
+ ${netty.version}
+
+
+ com.google.guava
+ guava
+ ${guava.version}
+
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 4cef7d4e4..3c2a02c2c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,21 +47,25 @@
2.0.5.RELEASE
5.0.9.RELEASE
1.7.32
- 2.13.3
- 1.29
+ 2.14.0-rc2
+ 1.32
2.1.3
- 5.1.0
+ 5.3.0
4.12
- 5.7.19
+ 5.8.8
2.12.3
5.1.0
0.10
0.7.3
+ 1.4.4
3.3.0
3.0.8
1.11.13
1.8.13
1.2.3
+ 4.1.84.Final
+ 31.1-jre
+ 4.5.13
@@ -173,6 +177,21 @@
jetcd-core
${jetcd.version}
+
+ com.alibaba.nacos
+ nacos-client
+ 1.4.4
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+
+
+
com.alibaba
QLExpress