Skip to content

Commit c72947f

Browse files
committed
all: cleanup poms, remove comments
Signed-off-by: Daniel Garnier-Moiroux <[email protected]>
1 parent bc32d49 commit c72947f

File tree

5 files changed

+0
-10
lines changed

5 files changed

+0
-10
lines changed

samples/integration-tests/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,11 @@
4141
<dependency>
4242
<groupId>org.springaicommunity</groupId>
4343
<artifactId>mcp-server-security</artifactId>
44-
<!-- TODO: version property -->
4544
<version>0.0.1-SNAPSHOT</version>
4645
</dependency>
4746
<dependency>
4847
<groupId>org.springaicommunity</groupId>
4948
<artifactId>mcp-client-security</artifactId>
50-
<!-- TODO: version property -->
5149
<version>0.0.1-SNAPSHOT</version>
5250
</dependency>
5351

samples/sample-mcp-client-webflux/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,9 @@
3232
<dependency>
3333
<groupId>org.springaicommunity</groupId>
3434
<artifactId>mcp-client-security</artifactId>
35-
<!-- TODO: version property -->
3635
<version>0.0.1-SNAPSHOT</version>
3736
</dependency>
3837

39-
4038
<dependency>
4139
<groupId>org.springframework.boot</groupId>
4240
<artifactId>spring-boot-starter-test</artifactId>

samples/sample-mcp-client/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,9 @@
3232
<dependency>
3333
<groupId>org.springaicommunity</groupId>
3434
<artifactId>mcp-client-security</artifactId>
35-
<!-- TODO: version property -->
3635
<version>0.0.1-SNAPSHOT</version>
3736
</dependency>
3837

39-
4038
<dependency>
4139
<groupId>org.springframework.boot</groupId>
4240
<artifactId>spring-boot-starter-test</artifactId>

samples/sample-mcp-server-secured-tools/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,9 @@
2929
<dependency>
3030
<groupId>org.springaicommunity</groupId>
3131
<artifactId>mcp-server-security</artifactId>
32-
<!-- TODO: version property -->
3332
<version>0.0.1-SNAPSHOT</version>
3433
</dependency>
3534

36-
37-
3835
<dependency>
3936
<groupId>org.springframework.boot</groupId>
4037
<artifactId>spring-boot-starter-test</artifactId>

samples/sample-mcp-server/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
<dependency>
3030
<groupId>org.springaicommunity</groupId>
3131
<artifactId>mcp-server-security</artifactId>
32-
<!-- TODO: version property -->
3332
<version>0.0.1-SNAPSHOT</version>
3433
</dependency>
3534

0 commit comments

Comments
 (0)