From b0828f034156ed6fa509ba194a33fdc465946ace Mon Sep 17 00:00:00 2001 From: marsal Date: Mon, 6 Jul 2026 16:07:29 +0800 Subject: [PATCH] chore: add Maven 4 parent POM for sino-mci --- backend/pom.xml | 70 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 backend/pom.xml diff --git a/backend/pom.xml b/backend/pom.xml new file mode 100644 index 0000000..267aa4b --- /dev/null +++ b/backend/pom.xml @@ -0,0 +1,70 @@ + + + 4.0.0 + + + org.springframework.boot + spring-boot-starter-parent + 4.1.0 + + + + com.sino + sino-mci-parent + 0.0.1-SNAPSHOT + pom + sino-mci-parent + Message & Customer Interaction Platform + + + 21 + 21 + 21 + UTF-8 + 3.5.7 + + + + mci-shared + mci-server + mci-channel-common + mci-channel-wecom + mci-channel-dingtalk + mci-channel-feishu + mci-channel-ivr + + + + + + com.sino + mci-shared + ${project.version} + + + com.sino + mci-channel-common + ${project.version} + + + com.baomidou + mybatis-plus-boot-starter + ${mybatis-plus.version} + + + + + + + + + org.springframework.boot + spring-boot-maven-plugin + 4.1.0 + + + + +