hsy
5 天以前 bb0b80bd7ca7c1f979ab0125ae01f3faa1d14f4b
yudao-server/pom.xml
@@ -102,11 +102,11 @@
        </dependency>
        <!-- AI 大模型相关模块。默认注释,保证编译速度 -->
<!--        <dependency>-->
<!--            <groupId>cn.iocoder.boot</groupId>-->
<!--            <artifactId>yudao-module-ai</artifactId>-->
<!--            <version>${revision}</version>-->
<!--        </dependency>-->
        <dependency>
            <groupId>cn.iocoder.boot</groupId>
            <artifactId>yudao-module-ai</artifactId>
            <version>${revision}</version>
        </dependency>
        <!-- IoT 物联网相关模块。默认注释,保证编译速度 -->
<!--        <dependency>-->
@@ -143,6 +143,27 @@
            <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>
        <!-- BI 决策大屏模块 -->
        <dependency>
            <groupId>cn.iocoder.boot</groupId>
            <artifactId>yudao-module-bi</artifactId>
            <version>${revision}</version>
        </dependency>
        <!-- spring boot 配置所需依赖 -->
        <dependency>
            <groupId>org.springframework.boot</groupId>