From 363f6b208d30706d403a1f154ca6b9e4309fc02c Mon Sep 17 00:00:00 2001 From: YunaiV Date: Fri, 10 Apr 2020 20:56:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=A7=8B=E6=8E=A5=E5=85=A5=20Spring?= =?UTF-8?q?=20Cloud=20Alibaba=EF=BC=8C=E5=90=8C=E6=97=B6=E5=90=AF=E5=8A=A8?= =?UTF-8?q?=E6=96=B0=E6=B5=8B=E6=9C=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/common-dependencies/pom.xml | 53 ++++++++++++++++++++++++++++++ common/pom.xml | 1 + 2 files changed, 54 insertions(+) create mode 100644 common/common-dependencies/pom.xml 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