From 9faffb111df65882046de1fc26472d25326fae4f Mon Sep 17 00:00:00 2001 From: lizhengwei <171332584@qq.com> Date: Fri, 13 Feb 2026 23:15:23 +0800 Subject: [PATCH] =?UTF-8?q?h5=20=E5=8A=A8=E6=80=81=E8=A1=A8=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 35 +----------- ruoyi-modules/pom.xml | 1 + ruoyi-modules/ruoyi-modules-bom/pom.xml | 75 +++++++++++++++++++++++++ ruoyi-site/ruoyi-h5/pom.xml | 10 ++++ 4 files changed, 89 insertions(+), 32 deletions(-) create mode 100644 ruoyi-modules/ruoyi-modules-bom/pom.xml diff --git a/pom.xml b/pom.xml index b181c1687..ac833783b 100644 --- a/pom.xml +++ b/pom.xml @@ -389,39 +389,10 @@ org.dromara - ruoyi-system - ${revision} - - - - org.dromara - ruoyi-system-saas - ${revision} - - - - org.dromara - ruoyi-job - ${revision} - - - - org.dromara - ruoyi-generator - ${revision} - - - - org.dromara - ruoyi-demo - ${revision} - - - - - org.dromara - ruoyi-workflow + ruoyi-modules-bom ${revision} + pom + import diff --git a/ruoyi-modules/pom.xml b/ruoyi-modules/pom.xml index 7d0bd5b98..340926771 100644 --- a/ruoyi-modules/pom.xml +++ b/ruoyi-modules/pom.xml @@ -10,6 +10,7 @@ 4.0.0 + ruoyi-modules-bom ruoyi-generator ruoyi-job diff --git a/ruoyi-modules/ruoyi-modules-bom/pom.xml b/ruoyi-modules/ruoyi-modules-bom/pom.xml new file mode 100644 index 000000000..dc6d6b37d --- /dev/null +++ b/ruoyi-modules/ruoyi-modules-bom/pom.xml @@ -0,0 +1,75 @@ + + + + 4.0.0 + + org.dromara + ruoyi-modules-bom + pom + ${revision} + + + ruoyi-modules-bom api依赖项 + + + + 5.2.2-SNAPSHOT + + + + + + org.dromara + ruoyi-generator + ${revision} + + + org.dromara + ruoyi-job + ${revision} + + + org.dromara + ruoyi-system + ${revision} + + + org.dromara + ruoyi-system-saas + ${revision} + + + org.dromara + ruoyi-workflow + ${revision} + + + org.dromara + ruoyi-form + ${revision} + + + org.dromara + booksflow-form-api + ${revision} + + + org.dromara + booksflow-form-mapper + ${revision} + + + org.dromara + booksflow-form-service + ${revision} + + + org.dromara + booksflow-form-feign + ${revision} + + + + diff --git a/ruoyi-site/ruoyi-h5/pom.xml b/ruoyi-site/ruoyi-h5/pom.xml index 717cb100e..8e5863b47 100644 --- a/ruoyi-site/ruoyi-h5/pom.xml +++ b/ruoyi-site/ruoyi-h5/pom.xml @@ -61,6 +61,11 @@ ruoyi-common-encrypt + + org.dromara + booksflow-form-service + + com.alibaba.cloud @@ -124,6 +129,11 @@ + + org.apache.maven.plugins + maven-jar-plugin + ${maven-jar-plugin.version} +