liyong
7 天以前 450bcae3cfffe9923dc09dea2a4e89312bb373d7
yudao-server/pom.xml
@@ -32,20 +32,20 @@
            <version>${revision}</version>
        </dependency>
        <!-- 会员中心。默认注释,保证编译速度 -->
<!--        <dependency>-->
<!--            <groupId>cn.iocoder.boot</groupId>-->
<!--            <artifactId>yudao-module-member</artifactId>-->
<!--            <version>${revision}</version>-->
<!--        </dependency>-->
        <!-- 会员中心 -->
        <dependency>
            <groupId>cn.iocoder.boot</groupId>
            <artifactId>yudao-module-member</artifactId>
            <version>${revision}</version>
        </dependency>
        <!-- 数据报表。默认注释,保证编译速度 -->
        <!-- 数据报表。默认注释,积木报表暂不支持 Spring Boot 4 -->
<!--        <dependency>-->
<!--            <groupId>cn.iocoder.boot</groupId>-->
<!--            <artifactId>yudao-module-report</artifactId>-->
<!--            <version>${revision}</version>-->
<!--        </dependency>-->
        <!-- 工作流。默认注释,保证编译速度 -->
        <!-- 工作流 -->
        <dependency>
            <groupId>cn.iocoder.boot</groupId>
            <artifactId>yudao-module-bpm</artifactId>
@@ -65,7 +65,7 @@
<!--            <version>${revision}</version>-->
<!--        </dependency>-->
        <!-- 商城相关模块。默认注释,保证编译速度-->
        <!-- 商城相关模块。默认注释,保证编译速度 -->
<!--        <dependency>-->
<!--            <groupId>cn.iocoder.boot</groupId>-->
<!--            <artifactId>yudao-module-product</artifactId>-->
@@ -87,14 +87,14 @@
<!--            <version>${revision}</version>-->
<!--        </dependency>-->
        <!-- CRM 相关模块。默认注释,保证编译速度 -->
        <!-- CRM 相关模块 -->
        <dependency>
            <groupId>cn.iocoder.boot</groupId>
            <artifactId>yudao-module-crm</artifactId>
            <version>${revision}</version>
        </dependency>
        <!-- ERP 相关模块。默认注释,保证编译速度 -->
        <!-- ERP 相关模块 -->
        <dependency>
            <groupId>cn.iocoder.boot</groupId>
            <artifactId>yudao-module-erp</artifactId>
@@ -122,10 +122,10 @@
            <version>${revision}</version>
        </dependency>
        <!-- WMS 仓库管理模块 -->
        <!-- IM 相关模块 -->
        <dependency>
            <groupId>cn.iocoder.boot</groupId>
            <artifactId>yudao-module-wms</artifactId>
            <artifactId>yudao-module-im</artifactId>
            <version>${revision}</version>
        </dependency>
@@ -136,6 +136,27 @@
            <version>${revision}</version>
        </dependency>
        <!-- HRM 人力资源管理模块 -->
        <dependency>
            <groupId>cn.iocoder.boot</groupId>
            <artifactId>yudao-module-hrm</artifactId>
            <version>${revision}</version>
        </dependency>
        <!-- SRM 供应商关系管理模块 -->
        <dependency>
            <groupId>cn.iocoder.boot</groupId>
            <artifactId>yudao-module-srm</artifactId>
            <version>${revision}</version>
        </dependency>
        <!-- 售后工单管理模块 -->
        <dependency>
            <groupId>cn.iocoder.boot</groupId>
            <artifactId>yudao-module-aftersales</artifactId>
            <version>${revision}</version>
        </dependency>
        <!-- spring boot 配置所需依赖 -->
        <dependency>
            <groupId>org.springframework.boot</groupId>