From 48ee1234c87a0fd8a5f3daeb289fd4ea556f0ade Mon Sep 17 00:00:00 2001 From: Christian Tzolov Date: Thu, 13 Feb 2025 17:58:21 +0100 Subject: [PATCH] fix(mcp webmvc server starter) Add missing dependency Signed-off-by: Christian Tzolov --- .../spring-ai-starter-mcp-server-webmvc/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-ai-spring-boot-starters/spring-ai-starter-mcp-server-webmvc/pom.xml b/spring-ai-spring-boot-starters/spring-ai-starter-mcp-server-webmvc/pom.xml index 6441d943e..42d9a66a4 100644 --- a/spring-ai-spring-boot-starters/spring-ai-starter-mcp-server-webmvc/pom.xml +++ b/spring-ai-spring-boot-starters/spring-ai-starter-mcp-server-webmvc/pom.xml @@ -46,7 +46,7 @@ org.springframework.ai - spring-ai-spring-boot-autoconfigure + spring-ai-mcp-server-spring-boot-autoconfigure ${project.parent.version}