🎈 perf: 优化 swagger-annotation 版本冲突

This commit is contained in:
preschooler
2025-12-29 11:31:06 +08:00
parent eb246a2df4
commit f8d9c4170c

View File

@@ -204,6 +204,12 @@
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-starter-mcp-server-webmvc</artifactId>
<version>${spring-ai.version}</version>
<exclusions>
<exclusion>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations-jakarta</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<!-- 客户端 -->