Skip to content

Commit 54a93ce

Browse files
committed
Use jackson2 instead of jackson3 in mcp-spring-* modules
1 parent f560f7b commit 54a93ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mcp-spring/mcp-spring-webflux/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<dependencies>
2525
<dependency>
2626
<groupId>io.modelcontextprotocol.sdk</groupId>
27-
<artifactId>mcp-json-jackson3</artifactId>
27+
<artifactId>mcp-json-jackson2</artifactId>
2828
<version>0.18.0-SNAPSHOT</version>
2929
</dependency>
3030

mcp-spring/mcp-spring-webmvc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<dependencies>
2525
<dependency>
2626
<groupId>io.modelcontextprotocol.sdk</groupId>
27-
<artifactId>mcp-json-jackson3</artifactId>
27+
<artifactId>mcp-json-jackson2</artifactId>
2828
<version>0.18.0-SNAPSHOT</version>
2929
</dependency>
3030

0 commit comments

Comments
 (0)