@@ -18,7 +18,16 @@ https://oss.oracle.com/licenses/upl/ -->
1818 <name >chatbot</name >
1919 <description >A Simple ChatBot Application</description >
2020
21+ <properties >
22+ <java .version>21</java .version>
23+ <spring-ai .version>1.0.0-M6</spring-ai .version>
24+ </properties >
25+
2126 <dependencies >
27+ <dependency >
28+ <groupId >org.springframework.ai</groupId >
29+ <artifactId >spring-ai-ollama-spring-boot-starter</artifactId >
30+ </dependency >
2231 <dependency >
2332 <groupId >org.springframework.ai</groupId >
2433 <artifactId >spring-ai-ollama-spring-boot-starter</artifactId >
@@ -30,37 +39,17 @@ https://oss.oracle.com/licenses/upl/ -->
3039 </dependency >
3140 </dependencies >
3241
33- <repositories >
34- <repository >
35- <id >spring-milestones</id >
36- <name >Spring Milestones</name >
37- <url >https://repo.spring.io/milestone</url >
38- <snapshots >
39- <enabled >false</enabled >
40- </snapshots >
41- </repository >
42- <repository >
43- <id >spring-snapshots</id >
44- <name >Spring Snapshots</name >
45- <url >https://repo.spring.io/snapshot</url >
46- <releases >
47- <enabled >false</enabled >
48- </releases >
49- </repository >
50- </repositories >
51-
52- <dependencyManagement >
53- <dependencies >
54- <dependency >
55- <groupId >org.springframework.ai</groupId >
56- <artifactId >spring-ai-bom</artifactId >
57- <version >1.0.0-SNAPSHOT</version >
58- <type >pom</type >
59- <scope >import</scope >
60- </dependency >
61- </dependencies >
62- </dependencyManagement >
63-
42+ <dependencyManagement >
43+ <dependencies >
44+ <dependency >
45+ <groupId >org.springframework.ai</groupId >
46+ <artifactId >spring-ai-bom</artifactId >
47+ <version >${spring-ai.version} </version >
48+ <type >pom</type >
49+ <scope >import</scope >
50+ </dependency >
51+ </dependencies >
52+ </dependencyManagement >
6453 <build >
6554 <plugins >
6655 <plugin >
0 commit comments