This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git


The following commit(s) were added to refs/heads/master by this push:
     new fee5a3c1 fix(mcp-server-contributions): use mcp-core instead of mcp
fee5a3c1 is described below

commit fee5a3c14a1f99b97b82f6d376627a2cafe1bb5e
Author: Robert Munteanu <[email protected]>
AuthorDate: Thu Mar 12 14:25:12 2026 +0100

    fix(mcp-server-contributions): use mcp-core instead of mcp
    
    The convenience mcp artifact pulls in jackson3 and we want to avoid that.
---
 mcp-server-contributions/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mcp-server-contributions/pom.xml b/mcp-server-contributions/pom.xml
index 3ed7a972..bb6959c9 100644
--- a/mcp-server-contributions/pom.xml
+++ b/mcp-server-contributions/pom.xml
@@ -103,7 +103,7 @@
         </dependency>
         <dependency>
             <groupId>io.modelcontextprotocol.sdk</groupId>
-            <artifactId>mcp</artifactId>
+            <artifactId>mcp-core</artifactId>
             <version>1.0.0</version>
             <scope>provided</scope>
         </dependency>

Reply via email to