From 05c0aad4559d93e9edb0ba48ceea7050249b3a07 Mon Sep 17 00:00:00 2001 From: minglu7 <1347866672@qq.com> Date: Wed, 7 May 2025 09:12:02 +0800 Subject: [PATCH] fix(pom): update spring-ai to 1.0.0-M8 to fix import error of defaultToolCallbacks --- model-context-protocol/brave/pom.xml | 2 +- .../client-starter/starter-default-client/pom.xml | 2 +- model-context-protocol/filesystem/pom.xml | 2 +- model-context-protocol/sampling/mcp-sampling-client/pom.xml | 2 +- model-context-protocol/sqlite/chatbot/pom.xml | 2 +- model-context-protocol/sqlite/simple/pom.xml | 2 +- model-context-protocol/web-search/brave-chatbot/pom.xml | 2 +- model-context-protocol/web-search/brave-starter/pom.xml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/model-context-protocol/brave/pom.xml b/model-context-protocol/brave/pom.xml index b8c5101..eefad99 100644 --- a/model-context-protocol/brave/pom.xml +++ b/model-context-protocol/brave/pom.xml @@ -17,7 +17,7 @@ 17 - 1.0.0-SNAPSHOT + 1.0.0-M8 diff --git a/model-context-protocol/client-starter/starter-default-client/pom.xml b/model-context-protocol/client-starter/starter-default-client/pom.xml index 8a57f60..c82b0aa 100644 --- a/model-context-protocol/client-starter/starter-default-client/pom.xml +++ b/model-context-protocol/client-starter/starter-default-client/pom.xml @@ -17,7 +17,7 @@ 17 - 1.0.0-SNAPSHOT + 1.0.0-M8 diff --git a/model-context-protocol/filesystem/pom.xml b/model-context-protocol/filesystem/pom.xml index fa3b60e..b1613bb 100644 --- a/model-context-protocol/filesystem/pom.xml +++ b/model-context-protocol/filesystem/pom.xml @@ -22,7 +22,7 @@ org.springframework.ai spring-ai-bom - 1.0.0-SNAPSHOT + 1.0.0-M8 pom import diff --git a/model-context-protocol/sampling/mcp-sampling-client/pom.xml b/model-context-protocol/sampling/mcp-sampling-client/pom.xml index d77cfb4..39aec67 100644 --- a/model-context-protocol/sampling/mcp-sampling-client/pom.xml +++ b/model-context-protocol/sampling/mcp-sampling-client/pom.xml @@ -17,7 +17,7 @@ 17 - 1.0.0-SNAPSHOT + 1.0.0-M8 diff --git a/model-context-protocol/sqlite/chatbot/pom.xml b/model-context-protocol/sqlite/chatbot/pom.xml index 9961456..b3060cc 100644 --- a/model-context-protocol/sqlite/chatbot/pom.xml +++ b/model-context-protocol/sqlite/chatbot/pom.xml @@ -22,7 +22,7 @@ org.springframework.ai spring-ai-bom - 1.0.0-SNAPSHOT + 1.0.0-M8 pom import diff --git a/model-context-protocol/sqlite/simple/pom.xml b/model-context-protocol/sqlite/simple/pom.xml index 787d2d8..2b0869e 100644 --- a/model-context-protocol/sqlite/simple/pom.xml +++ b/model-context-protocol/sqlite/simple/pom.xml @@ -22,7 +22,7 @@ org.springframework.ai spring-ai-bom - 1.0.0-SNAPSHOT + 1.0.0-M8 pom import diff --git a/model-context-protocol/web-search/brave-chatbot/pom.xml b/model-context-protocol/web-search/brave-chatbot/pom.xml index fa57bdb..0301dbc 100644 --- a/model-context-protocol/web-search/brave-chatbot/pom.xml +++ b/model-context-protocol/web-search/brave-chatbot/pom.xml @@ -24,7 +24,7 @@ org.springframework.ai spring-ai-bom - 1.0.0-SNAPSHOT + 1.0.0-M8 pom import diff --git a/model-context-protocol/web-search/brave-starter/pom.xml b/model-context-protocol/web-search/brave-starter/pom.xml index 60b4e74..b56e2a8 100644 --- a/model-context-protocol/web-search/brave-starter/pom.xml +++ b/model-context-protocol/web-search/brave-starter/pom.xml @@ -23,7 +23,7 @@ org.springframework.ai spring-ai-bom - 1.0.0-SNAPSHOT + 1.0.0-M8 pom import