From da65b721134633ea8293d737c1cfb7bb2449e732 Mon Sep 17 00:00:00 2001 From: "everywhere.z" Date: Fri, 21 Oct 2022 18:21:35 +0800 Subject: [PATCH] =?UTF-8?q?enhancement=20#I5X1O6=20=E6=8F=90=E5=8D=87?= =?UTF-8?q?=E5=AE=89=E5=85=A8=E6=80=A7=EF=BC=8C=E6=9B=B4=E6=96=B0=E4=B8=8D?= =?UTF-8?q?=E5=AE=89=E5=85=A8=E7=9A=84=E7=AC=AC=E4=B8=89=E6=96=B9=E4=BE=9D?= =?UTF-8?q?=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../liteflow-rule-etcd/pom.xml | 11 ++++++++ .../liteflow-rule-nacos/pom.xml | 17 ++++-------- liteflow-rule-plugin/liteflow-rule-zk/pom.xml | 21 +++++++++++++++ pom.xml | 27 ++++++++++++++++--- 4 files changed, 60 insertions(+), 16 deletions(-) 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