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} + + + + +