From 7fa057d7716d6eac05e002499d9e737426f2cf42 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: Sat, 8 Jan 2022 19:36:18 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E8=B0=83=E6=95=B4=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E7=BB=93=E6=9E=84=20=E4=BD=BF=E7=94=A8=20bom=20=E7=BB=93?= =?UTF-8?q?=E6=9E=84=20=E7=BB=9F=E4=B8=80=E7=AE=A1=E7=90=86=20ruoyi-common?= =?UTF-8?q?=20=E4=B8=8E=20ruoyi-api=20=E4=BE=9D=E8=B5=96=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 94 +++++---------------------- ruoyi-api/pom.xml | 1 + ruoyi-api/ruoyi-api-bom/pom.xml | 35 ++++++++++ ruoyi-common/pom.xml | 1 + ruoyi-common/ruoyi-common-bom/pom.xml | 82 +++++++++++++++++++++++ 5 files changed, 137 insertions(+), 76 deletions(-) create mode 100644 ruoyi-api/ruoyi-api-bom/pom.xml create mode 100644 ruoyi-common/ruoyi-common-bom/pom.xml diff --git a/pom.xml b/pom.xml index 76b478bc..3817c64c 100644 --- a/pom.xml +++ b/pom.xml @@ -139,6 +139,24 @@ import + + + com.ruoyi + ruoyi-common-bom + ${ruoyi.version} + pom + import + + + + + com.ruoyi + ruoyi-api-bom + ${ruoyi.version} + pom + import + + de.codecentric @@ -248,82 +266,6 @@ ${lock4j.version} - - - com.ruoyi - ruoyi-common-core - ${ruoyi.version} - - - - - com.ruoyi - ruoyi-common-swagger - ${ruoyi.version} - - - - - com.ruoyi - ruoyi-common-security - ${ruoyi.version} - - - - - com.ruoyi - ruoyi-common-datascope - ${ruoyi.version} - - - - - com.ruoyi - ruoyi-common-datasource - ${ruoyi.version} - - - - - com.ruoyi - ruoyi-common-log - ${ruoyi.version} - - - - - com.ruoyi - ruoyi-common-redis - ${ruoyi.version} - - - - - com.ruoyi - ruoyi-common-web - ${ruoyi.version} - - - - com.ruoyi - ruoyi-common-dubbo - ${ruoyi.version} - - - - - com.ruoyi - ruoyi-api-system - ${ruoyi.version} - - - - - com.ruoyi - ruoyi-api-file - ${ruoyi.version} - - diff --git a/ruoyi-api/pom.xml b/ruoyi-api/pom.xml index 12319836..08168425 100644 --- a/ruoyi-api/pom.xml +++ b/ruoyi-api/pom.xml @@ -9,6 +9,7 @@ 4.0.0 + ruoyi-api-bom ruoyi-api-system ruoyi-api-file diff --git a/ruoyi-api/ruoyi-api-bom/pom.xml b/ruoyi-api/ruoyi-api-bom/pom.xml new file mode 100644 index 00000000..9c9ad865 --- /dev/null +++ b/ruoyi-api/ruoyi-api-bom/pom.xml @@ -0,0 +1,35 @@ + + + + 4.0.0 + + com.ruoyi + ruoyi-api-bom + pom + 0.2.0 + + + ruoyi-api-bom api依赖项 + + + + + + + com.ruoyi + ruoyi-api-system + ${project.version} + + + + + com.ruoyi + ruoyi-api-file + ${project.version} + + + + + diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index 51c25542..8a6de5a3 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -9,6 +9,7 @@ 4.0.0 + ruoyi-common-bom ruoyi-common-log ruoyi-common-core ruoyi-common-redis diff --git a/ruoyi-common/ruoyi-common-bom/pom.xml b/ruoyi-common/ruoyi-common-bom/pom.xml new file mode 100644 index 00000000..3f4354d7 --- /dev/null +++ b/ruoyi-common/ruoyi-common-bom/pom.xml @@ -0,0 +1,82 @@ + + + 4.0.0 + + com.ruoyi + ruoyi-common-bom + 0.2.0 + pom + + + ruoyi-common-bom common依赖项 + + + + + + + com.ruoyi + ruoyi-common-core + ${project.version} + + + + + com.ruoyi + ruoyi-common-swagger + ${project.version} + + + + + com.ruoyi + ruoyi-common-security + ${project.version} + + + + + com.ruoyi + ruoyi-common-datascope + ${project.version} + + + + + com.ruoyi + ruoyi-common-datasource + ${project.version} + + + + + com.ruoyi + ruoyi-common-log + ${project.version} + + + + + com.ruoyi + ruoyi-common-redis + ${project.version} + + + + + com.ruoyi + ruoyi-common-web + ${project.version} + + + + com.ruoyi + ruoyi-common-dubbo + ${project.version} + + + + +