diff --git a/pom.xml b/pom.xml index de20229fa..44f20e10e 100644 --- a/pom.xml +++ b/pom.xml @@ -150,6 +150,23 @@ aliyun https://maven.aliyun.com/repository/public + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/snapshot + + false + + diff --git a/yudao-dependencies/pom.xml b/yudao-dependencies/pom.xml index 7c7ca609b..6b4f135ab 100644 --- a/yudao-dependencies/pom.xml +++ b/yudao-dependencies/pom.xml @@ -76,6 +76,7 @@ 2.12.2 4.6.0 2.2.9 + 0.8.0 @@ -628,6 +629,14 @@ ${ureport2.version} + + + org.springframework.ai + spring-ai-bom + ${spring-ai-bom.version} + pom + import + diff --git a/yudao-module-ai/pom.xml b/yudao-module-ai/pom.xml index 41f62ff4d..aaba1191d 100644 --- a/yudao-module-ai/pom.xml +++ b/yudao-module-ai/pom.xml @@ -13,7 +13,7 @@ yudao-module-ai-api - /yudao-module-ai-biz + yudao-module-ai-biz @@ -23,11 +23,6 @@ - - - org.springframework.ai - spring-ai-openai-spring-boot-starter - \ No newline at end of file diff --git a/yudao-server/pom.xml b/yudao-server/pom.xml index bc850b590..bb71ddddd 100644 --- a/yudao-server/pom.xml +++ b/yudao-server/pom.xml @@ -32,6 +32,12 @@ ${revision} + + cn.iocoder.boot + yudao-module-ai-biz + ${revision} + +