From 042f1d4e40cbb6225863bc0b819d8494443e94f7 Mon Sep 17 00:00:00 2001 From: zch Date: Mon, 12 May 2025 16:01:48 +0800 Subject: [PATCH] =?UTF-8?q?build(hwmom):=20=E6=9B=B4=E6=96=B0=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E5=B9=B6=E6=B7=BB=E5=8A=A0=E6=96=B0=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 ruoyi-api/pom.xml 中添加 hwmom-api-dms 和 ruoyi-api-job 模块 - 更新 hwmom-dms 和 ruoyi-job 模块中的依赖 - 在根 pom.xml 中更新 snailjob 版本至1.4.0 --- pom.xml | 2 +- ruoyi-api/pom.xml | 3 +++ ruoyi-modules/hwmom-dms/pom.xml | 36 +++++++++++++++++++++++++++ ruoyi-modules/ruoyi-job/pom.xml | 44 +++++++++++++++++++++++++++++++++ 4 files changed, 84 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0497cad..b415946 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ 5.8.31 3.37.0 2.2.7 - 1.1.2 + 1.4.0 1.39.0 1.18.34 7.4 diff --git a/ruoyi-api/pom.xml b/ruoyi-api/pom.xml index dd4b4b3..10a5bd0 100644 --- a/ruoyi-api/pom.xml +++ b/ruoyi-api/pom.xml @@ -16,6 +16,9 @@ hwmom-api-mes hwmom-api-pda hwmom-api-workflow + + hwmom-api-dms + ruoyi-api-job ruoyi-api diff --git a/ruoyi-modules/hwmom-dms/pom.xml b/ruoyi-modules/hwmom-dms/pom.xml index 2f2bccd..336a6a4 100644 --- a/ruoyi-modules/hwmom-dms/pom.xml +++ b/ruoyi-modules/hwmom-dms/pom.xml @@ -144,6 +144,42 @@ + + + + + + org.dromara + ruoyi-api-job + ${revision} + compile + + + + org.dromara + hwmom-api-dms + ${revision} + compile + + diff --git a/ruoyi-modules/ruoyi-job/pom.xml b/ruoyi-modules/ruoyi-job/pom.xml index 5de4ab6..20ea971 100644 --- a/ruoyi-modules/ruoyi-job/pom.xml +++ b/ruoyi-modules/ruoyi-job/pom.xml @@ -75,6 +75,50 @@ ruoyi-api-system + + + + + com.aizuda + snail-job-client-retry-core + ${snailjob.version} + + + + + com.aizuda + snail-job-client-job-core + ${snailjob.version} + + + + org.dromara + hwmom-api-dms + 2.2.2 + + + + + org.dromara + ruoyi-api-job + 2.2.2 + compile + + + + +