11 小时以前 69b20b9fda2eca87ce76f753e3c378c3bf341f2d
refactor(ai): 移除不必要的依赖项

- 移除 Job 相关依赖 yudao-spring-boot-starter-job
- 移除 Test 测试相关依赖 yudao-spring-boot-starter-test
- 移除 Excel 工具类相关依赖 yudao-spring-boot-starter-excel
- 保留 Spring AI 模型接入相关配置
已修改1个文件
18 ■■■■■ 文件已修改
yudao-module-ai/pom.xml 18 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
yudao-module-ai/pom.xml
@@ -52,24 +52,6 @@
            <artifactId>yudao-spring-boot-starter-mybatis</artifactId>
        </dependency>
        <!-- Job 相关 -->
        <dependency>
            <groupId>cn.iocoder.boot</groupId>
            <artifactId>yudao-spring-boot-starter-job</artifactId>
        </dependency>
        <!-- Test 测试相关 -->
        <dependency>
            <groupId>cn.iocoder.boot</groupId>
            <artifactId>yudao-spring-boot-starter-test</artifactId>
        </dependency>
        <!-- 工具类相关 -->
        <dependency>
            <groupId>cn.iocoder.boot</groupId>
            <artifactId>yudao-spring-boot-starter-excel</artifactId>
        </dependency>
        <!-- Spring AI 模型接入:统一走 OpenAI 兼容接口(DeepSeek/通义千问等) -->
        <dependency>
            <groupId>org.springframework.ai</groupId>