Skip to content

Commit d12193d

Browse files
committed
add to bom
1 parent 98d672a commit d12193d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

mcp-bom/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@
2727
<dependencyManagement>
2828
<dependencies>
2929
<!-- Core MCP -->
30+
<dependency>
31+
<groupId>io.modelcontextprotocol.sdk</groupId>
32+
<artifactId>mcp-core</artifactId>
33+
<version>${project.version}</version>
34+
</dependency>
35+
36+
<!-- MCP -->
3037
<dependency>
3138
<groupId>io.modelcontextprotocol.sdk</groupId>
3239
<artifactId>mcp</artifactId>

0 commit comments

Comments
 (0)