Skip to content

Commit 12f49fb

Browse files
committed
missed some dep prefixes
1 parent d896c4c commit 12f49fb

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

mcp-bom/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,28 +28,28 @@
2828
<dependencies>
2929
<!-- Core MCP -->
3030
<dependency>
31-
<groupId>io.modelcontextprotocol.sdk</groupId>
31+
<groupId>com.sproutsocial.io.modelcontextprotocol.sdk</groupId>
3232
<artifactId>mcp</artifactId>
33-
<version>${project.version}</version>
33+
<version>0.12.0-sprout</version>
3434
</dependency>
3535

3636
<!-- MCP Test -->
3737
<dependency>
38-
<groupId>io.modelcontextprotocol.sdk</groupId>
38+
<groupId>com.sproutsocial.io.modelcontextprotocol.sdk</groupId>
3939
<artifactId>mcp-test</artifactId>
4040
<version>${project.version}</version>
4141
</dependency>
4242

4343
<!-- MCP Transport - WebFlux SSE -->
4444
<dependency>
45-
<groupId>io.modelcontextprotocol.sdk</groupId>
45+
<groupId>com.sproutsocial.io.modelcontextprotocol.sdk</groupId>
4646
<artifactId>mcp-spring-webflux</artifactId>
4747
<version>${project.version}</version>
4848
</dependency>
4949

5050
<!-- MCP Transport - WebMVC SSE -->
5151
<dependency>
52-
<groupId>io.modelcontextprotocol.sdk</groupId>
52+
<groupId>com.sproutsocial.io.modelcontextprotocol.sdk</groupId>
5353
<artifactId>mcp-spring-webmvc</artifactId>
5454
<version>${project.version}</version>
5555
</dependency>

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323

2424
<dependencies>
2525
<dependency>
26-
<groupId>io.modelcontextprotocol.sdk</groupId>
26+
<groupId>com.sproutsocial.io.modelcontextprotocol.sdk</groupId>
2727
<artifactId>mcp</artifactId>
28-
<version>0.12.0-SNAPSHOT</version>
28+
<version>0.12.0-sprout</version>
2929
</dependency>
3030

3131
<dependency>
32-
<groupId>io.modelcontextprotocol.sdk</groupId>
32+
<groupId>com.sproutsocial.io.modelcontextprotocol.sdk</groupId>
3333
<artifactId>mcp-test</artifactId>
34-
<version>0.12.0-SNAPSHOT</version>
34+
<version>0.12.0-sprout</version>
3535
<scope>test</scope>
3636
</dependency>
3737

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323

2424
<dependencies>
2525
<dependency>
26-
<groupId>io.modelcontextprotocol.sdk</groupId>
26+
<groupId>com.sproutsocial.io.modelcontextprotocol.sdk</groupId>
2727
<artifactId>mcp</artifactId>
28-
<version>0.12.0-SNAPSHOT</version>
28+
<version>0.12.0-sprout</version>
2929
</dependency>
3030

3131
<dependency>
@@ -35,16 +35,16 @@
3535
</dependency>
3636

3737
<dependency>
38-
<groupId>io.modelcontextprotocol.sdk</groupId>
38+
<groupId>com.sproutsocial.io.modelcontextprotocol.sdk</groupId>
3939
<artifactId>mcp-test</artifactId>
40-
<version>0.12.0-SNAPSHOT</version>
40+
<version>0.12.0-sprout</version>
4141
<scope>test</scope>
4242
</dependency>
4343

4444
<dependency>
45-
<groupId>io.modelcontextprotocol.sdk</groupId>
45+
<groupId>com.sproutsocial.io.modelcontextprotocol.sdk</groupId>
4646
<artifactId>mcp-spring-webflux</artifactId>
47-
<version>0.12.0-SNAPSHOT</version>
47+
<version>0.12.0-sprout</version>
4848
<scope>test</scope>
4949
</dependency>
5050

mcp-test/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222

2323
<dependencies>
2424
<dependency>
25-
<groupId>io.modelcontextprotocol.sdk</groupId>
25+
<groupId>com.sproutsocial.io.modelcontextprotocol.sdk</groupId>
2626
<artifactId>mcp</artifactId>
27-
<version>0.12.0-SNAPSHOT</version>
27+
<version>0.12.0-sprout</version>
2828
</dependency>
2929

3030
<dependency>

0 commit comments

Comments
 (0)