3 天以前 8f3bf7050e65fdbe55eaad74fde307c57dab960e
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,13 @@
            <version>${revision}</version>
        </dependency>
        <!-- HRM 人力资源管理模块 -->
        <dependency>
            <groupId>cn.iocoder.boot</groupId>
            <artifactId>yudao-module-hrm</artifactId>
            <version>${revision}</version>
        </dependency>
        <!-- spring boot 配置所需依赖 -->
        <dependency>
            <groupId>org.springframework.boot</groupId>