Skip to content

Commit 48ee123

Browse files
committed
fix(mcp webmvc server starter) Add missing dependency
Signed-off-by: Christian Tzolov <christian.tzolov@broadcom.com>
1 parent a528253 commit 48ee123

File tree

1 file changed

+1
-1
lines changed
  • spring-ai-spring-boot-starters/spring-ai-starter-mcp-server-webmvc

1 file changed

+1
-1
lines changed

spring-ai-spring-boot-starters/spring-ai-starter-mcp-server-webmvc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
<dependency>
4848
<groupId>org.springframework.ai</groupId>
49-
<artifactId>spring-ai-spring-boot-autoconfigure</artifactId>
49+
<artifactId>spring-ai-mcp-server-spring-boot-autoconfigure</artifactId>
5050
<version>${project.parent.version}</version>
5151
</dependency>
5252

0 commit comments

Comments
 (0)