build: 修改 Spring AI 版本

This commit is contained in:
xiongxiaoyang
2025-03-18 22:34:04 +08:00
parent e54b656799
commit b7bb98db16
2 changed files with 2 additions and 18 deletions

18
pom.xml
View File

@ -223,7 +223,7 @@
<dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-bom</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M6</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -266,22 +266,6 @@
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/milestone</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>spring-snapshots</id>
<name>Spring Snapshots</name>
<url>https://repo.spring.io/snapshot</url>
<releases>
<enabled>false</enabled>
</releases>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>