File tree Expand file tree Collapse file tree 2 files changed +18
-7
lines changed
spring-ai-modules/spring-ai-mcp/mcp-spring Expand file tree Collapse file tree 2 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 17
17
<properties >
18
18
<java .version>17</java .version>
19
19
<spring-ai .version>1.0.0</spring-ai .version>
20
+ <spring-boot .starter.test>3.5.4</spring-boot .starter.test>
20
21
</properties >
21
22
22
23
<dependencies >
31
32
<dependency >
32
33
<groupId >org.springframework.boot</groupId >
33
34
<artifactId >spring-boot-starter-test</artifactId >
34
- <version >3.5.4 </version >
35
+ <version >${spring-boot.starter.test} </version >
35
36
</dependency >
36
37
<dependency >
37
38
<groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 17
17
<version >1.0.0</version >
18
18
<name >mcp-server-oauth2</name >
19
19
20
+ <properties >
21
+ <classmate .version>1.7.0</classmate .version>
22
+ <spring-ai .version>1.0.0-M7</spring-ai .version>
23
+ <java .version>17</java .version>
24
+ <spring-ai .version>1.0.0</spring-ai .version>
25
+ <junit-version >5.10.2</junit-version >
26
+ </properties >
27
+
20
28
<dependencies >
21
29
<dependency >
22
30
<groupId >com.fasterxml</groupId >
23
31
<artifactId >classmate</artifactId >
24
- <version >1.7.0 </version >
32
+ <version >${classmate.version} </version >
25
33
</dependency >
26
34
<dependency >
27
35
<groupId >org.springframework.ai</groupId >
28
36
<artifactId >spring-ai-starter-mcp-server-webmvc</artifactId >
29
- <version >1.0.0-M7 </version >
37
+ <version >${spring-ai.version} </version >
30
38
</dependency >
31
39
32
40
<dependency >
33
41
<groupId >org.springframework.boot</groupId >
34
42
<artifactId >spring-boot-starter-oauth2-resource-server</artifactId >
35
43
</dependency >
44
+ <dependency >
45
+ <groupId >org.junit.jupiter</groupId >
46
+ <artifactId >junit-jupiter</artifactId >
47
+ <version >${junit-version} </version >
48
+ <scope >test</scope >
49
+ </dependency >
36
50
</dependencies >
37
51
38
52
<build >
44
58
</plugins >
45
59
</build >
46
60
47
- <properties >
48
- <java .version>17</java .version>
49
- <spring-ai .version>1.0.0</spring-ai .version>
50
- </properties >
51
61
</project >
You can’t perform that action at this time.
0 commit comments