|
|
@@ -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>
|
|
|
<!-- 客户端 -->
|