refactor(ai): 移除不必要的依赖项
- 移除 Job 相关依赖 yudao-spring-boot-starter-job
- 移除 Test 测试相关依赖 yudao-spring-boot-starter-test
- 移除 Excel 工具类相关依赖 yudao-spring-boot-starter-excel
- 保留 Spring AI 模型接入相关配置
| | |
| | | <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> |