33 xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
44 xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
6- <groupId >org.springframework.experimental</groupId >
6+ <parent >
7+ <groupId >org.springframework.experimental</groupId >
8+ <artifactId >spring-ai-mcp</artifactId >
9+ <version >0.0.1-SNAPSHOT</version >
10+ </parent >
711 <artifactId >spring-ai-mcp-core</artifactId >
8- <version >0.1.0-SNAPSHOT</ version >
9- <name >spring-ai-mcp-core </name >
12+ <packaging >jar</ packaging >
13+ <name >Spring AI MCP Core </name >
1014 <description >Demo project for Spring Boot</description >
11-
1215 <url >https://github.com/spring-projects-experimental/spring-ai-mcp</url >
16+
1317 <scm >
1418 <url >https://github.com/spring-projects-experimental/spring-ai-mcp</url >
1519 <connection >git://github.com/spring-projects-experimental/spring-ai-mcp.git</connection >
1620 <
developerConnection >
[email protected] :spring-projects-experimental/spring-ai-mcp.git</
developerConnection >
1721 </scm >
1822
19- <properties >
20- <java .version>17</java .version>
21- <maven .compiler.release>17</maven .compiler.release>
22- </properties >
23-
2423 <dependencies >
2524 <dependency >
2625 <groupId >com.fasterxml.jackson.core</groupId >
3534 <dependency >
3635 <groupId >org.assertj</groupId >
3736 <artifactId >assertj-core</artifactId >
38- <version >3.26.3 </version >
37+ <version >${assert4j.version} </version >
3938 <scope >test</scope >
4039 </dependency >
4140 <dependency >
4241 <groupId >org.junit.jupiter</groupId >
4342 <artifactId >junit-jupiter-api</artifactId >
44- <version >5.11.3 </version >
43+ <version >${junit.version} </version >
4544 <scope >test</scope >
4645 </dependency >
4746 <dependency >
4847 <groupId >org.mockito</groupId >
4948 <artifactId >mockito-core</artifactId >
50- <version >5.11.0 </version >
49+ <version >${mockito.version} </version >
5150 <scope >test</scope >
5251 </dependency >
5352 <dependency >
5756 </dependency >
5857
5958 </dependencies >
60- <dependencyManagement >
61- <dependencies >
62- <dependency >
63- <groupId >io.projectreactor</groupId >
64- <artifactId >reactor-bom</artifactId >
65- <version >2024.0.0</version >
66- <type >pom</type >
67- <scope >import</scope >
68- </dependency >
69- </dependencies >
70- </dependencyManagement >
7159
72- <build >
73- <plugins >
74- <plugin >
75- <groupId >org.apache.maven.plugins</groupId >
76- <artifactId >maven-compiler-plugin</artifactId >
77- <version >3.12.1</version >
78- </plugin >
79- </plugins >
80- </build >
81- <repositories >
82- <repository >
83- <id >spring-milestones</id >
84- <name >Spring Milestones</name >
85- <url >https://repo.spring.io/milestone</url >
86- <snapshots >
87- <enabled >false</enabled >
88- </snapshots >
89- </repository >
90- </repositories >
9160
9261</project >
0 commit comments