diff --git a/common/common-dependencies/pom.xml b/common/common-dependencies/pom.xml new file mode 100644 index 000000000..3acf4e7d0 --- /dev/null +++ b/common/common-dependencies/pom.xml @@ -0,0 +1,53 @@ + + + + common + cn.iocoder.mall + 1.0-SNAPSHOT + + 4.0.0 + + common-dependencies + pom + Onemall Dependencies + Maven Bom,定义 Onemall 项目的所有依赖的版本 + + + + + 2.2.6s.RELEASE + Hoxton.SR1 + 2.2.0.RELEASE + + + + + + + + org.springframework.boot + spring-boot-starter-parent + ${spring.boot.version} + pom + import + + + org.springframework.cloud + spring-cloud-dependencies + ${spring.cloud.version} + pom + import + + + com.alibaba.cloud + spring-cloud-alibaba-dependencies + ${spring.cloud.alibaba.version} + pom + import + + + + + diff --git a/common/pom.xml b/common/pom.xml index 1e12900b4..0ef966c27 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -14,6 +14,7 @@ common-framework mall-spring-boot + common-dependencies