From 84a1540c19ce10156ce535fb613f149b6f9931bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Fri, 14 Mar 2025 09:38:07 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BF=AE=E5=A4=8D=20nacos=20seata=20sent?= =?UTF-8?q?inel=20=E4=BD=8E=E7=89=88=E6=9C=ACtomcat=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E6=BC=8F=E6=B4=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-visual/ruoyi-nacos/pom.xml | 20 +++++++++++++++++++ ruoyi-visual/ruoyi-seata-server/pom.xml | 17 ++++++++++++++++ ruoyi-visual/ruoyi-sentinel-dashboard/pom.xml | 17 ++++++++++++++++ 3 files changed, 54 insertions(+) diff --git a/ruoyi-visual/ruoyi-nacos/pom.xml b/ruoyi-visual/ruoyi-nacos/pom.xml index e2419e09..f02a74f8 100644 --- a/ruoyi-visual/ruoyi-nacos/pom.xml +++ b/ruoyi-visual/ruoyi-nacos/pom.xml @@ -200,8 +200,28 @@ log4j-to-slf4j org.apache.logging.log4j + + org.apache.tomcat.embed + tomcat-* + + + + org.apache.tomcat.embed + tomcat-embed-websocket + 9.0.98 + + + org.apache.tomcat.embed + tomcat-embed-core + 9.0.98 + + + org.apache.tomcat.embed + tomcat-embed-el + 9.0.98 + org.springframework.boot spring-boot-starter-jdbc diff --git a/ruoyi-visual/ruoyi-seata-server/pom.xml b/ruoyi-visual/ruoyi-seata-server/pom.xml index 3660f26e..54005124 100644 --- a/ruoyi-visual/ruoyi-seata-server/pom.xml +++ b/ruoyi-visual/ruoyi-seata-server/pom.xml @@ -70,6 +70,23 @@ + + + org.apache.tomcat.embed + tomcat-embed-websocket + 9.0.98 + + + org.apache.tomcat.embed + tomcat-embed-core + 9.0.98 + + + org.apache.tomcat.embed + tomcat-embed-el + 9.0.98 + + redis.clients diff --git a/ruoyi-visual/ruoyi-sentinel-dashboard/pom.xml b/ruoyi-visual/ruoyi-sentinel-dashboard/pom.xml index 3b064aa4..c7b13cbf 100644 --- a/ruoyi-visual/ruoyi-sentinel-dashboard/pom.xml +++ b/ruoyi-visual/ruoyi-sentinel-dashboard/pom.xml @@ -87,6 +87,23 @@ + + + org.apache.tomcat.embed + tomcat-embed-websocket + 9.0.98 + + + org.apache.tomcat.embed + tomcat-embed-core + 9.0.98 + + + org.apache.tomcat.embed + tomcat-embed-el + 9.0.98 + + org.springframework.boot