diff --git a/yudao-module-ai/yudao-module-ai-biz/pom.xml b/yudao-module-ai/yudao-module-ai-biz/pom.xml index 406c05c14..cb13949c0 100644 --- a/yudao-module-ai/yudao-module-ai-biz/pom.xml +++ b/yudao-module-ai/yudao-module-ai-biz/pom.xml @@ -24,28 +24,28 @@ <artifactId>yudao-module-ai-api</artifactId> <version>${revision}</version> </dependency> - <dependency> - <groupId>cn.iocoder.boot</groupId> - <artifactId>yudao-common</artifactId> - </dependency> - - <dependency> <groupId>cn.iocoder.boot</groupId> <artifactId>yudao-spring-boot-starter-ai</artifactId> <version>${revision}</version> </dependency> + <!-- yudao framwork --> <dependency> <groupId>cn.iocoder.boot</groupId> - <artifactId>yudao-spring-boot-starter-test</artifactId> + <artifactId>yudao-common</artifactId> + </dependency> + <dependency> + <groupId>cn.iocoder.boot</groupId> + <artifactId>yudao-spring-boot-starter-web</artifactId> </dependency> <dependency> <groupId>cn.iocoder.boot</groupId> <artifactId>yudao-spring-boot-starter-mybatis</artifactId> </dependency> + <!-- 测试 --> <dependency> <groupId>cn.iocoder.boot</groupId> - <artifactId>yudao-spring-boot-starter-web</artifactId> + <artifactId>yudao-spring-boot-starter-test</artifactId> </dependency> </dependencies> <build>