7
7
<parent >
8
8
<groupId >org.springframework.boot</groupId >
9
9
<artifactId >spring-boot-starter-parent</artifactId >
10
- <version >3.3.7 </version >
10
+ <version >3.4.4 </version >
11
11
<relativePath />
12
12
</parent >
13
13
16
16
<version >1.0.0-SNAPSHOT</version >
17
17
18
18
<properties >
19
- <maven .compiler.source>21</maven .compiler.source>
20
- <maven .compiler.target>21</maven .compiler.target>
19
+ <java .version>21</java .version>
20
+ <maven .compiler.source>${java.version} </maven .compiler.source>
21
+ <maven .compiler.target>${java.version} </maven .compiler.target>
21
22
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
22
- <spring-ai .version>1.0.0-M5</spring-ai .version>
23
+ <spring-ai .version>1.0.0-M6</spring-ai .version>
24
+ <chat-agent-ui .version>0.11.0</chat-agent-ui .version>
25
+ <llm-agent-spec .version>0.1.2</llm-agent-spec .version>
23
26
</properties >
24
27
25
28
<dependencyManagement >
60
63
<artifactId >springdoc-openapi-starter-webmvc-ui</artifactId >
61
64
<version >2.5.0</version >
62
65
</dependency >
66
+ <dependency >
67
+ <groupId >com.javaaidev.chatagentui</groupId >
68
+ <artifactId >chat-agent-ui</artifactId >
69
+ <version >${chat-agent-ui.version} </version >
70
+ </dependency >
71
+ <dependency >
72
+ <groupId >com.javaaidev.llmagentspec</groupId >
73
+ <artifactId >spring-ai-adapter</artifactId >
74
+ <version >${llm-agent-spec.version} </version >
75
+ </dependency >
63
76
</dependencies >
64
77
65
78
<repositories >
71
84
<enabled >false</enabled >
72
85
</snapshots >
73
86
</repository >
74
- <repository >
75
- <id >spring-snapshots</id >
76
- <name >Spring Snapshots</name >
77
- <url >https://repo.spring.io/snapshot</url >
78
- <releases >
79
- <enabled >false</enabled >
80
- </releases >
81
- </repository >
82
87
</repositories >
83
88
84
89
</project >
0 commit comments