Skip to content

Commit dd41dad

Browse files
authored
Add mcp-json-jackson3 dependency to bom
1 parent ed02736 commit dd41dad

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

mcp-bom/pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@
4747
<version>${project.version}</version>
4848
</dependency>
4949

50+
<!-- MCP JSON Jackson 3-->
51+
<dependency>
52+
<groupId>io.modelcontextprotocol.sdk</groupId>
53+
<artifactId>mcp-json-jackson3</artifactId>
54+
<version>${project.version}</version>
55+
</dependency>
56+
5057
<!-- MCP Test -->
5158
<dependency>
5259
<groupId>io.modelcontextprotocol.sdk</groupId>
@@ -95,4 +102,4 @@
95102
</plugins>
96103
</build>
97104

98-
</project>
105+
</project>

0 commit comments

Comments
 (0)