fix:【ai 大模型】swagger-annotations-jakarta 依赖冲突

pull/207/MERGE
YunaiV 2025-09-20 11:03:22 +08:00
parent 5211b4e64f
commit aaed2f4827
1 changed files with 6 additions and 0 deletions

View File

@ -114,6 +114,12 @@
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-starter-model-openai</artifactId>
<version>${spring-ai.version}</version>
<exclusions>
<exclusion>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations-jakarta</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.ai</groupId>