@@ -18,18 +18,15 @@ 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 >
2227 <dependency >
2328 <groupId >org.springframework.ai</groupId >
24- <artifactId >spring-ai-ollama</artifactId >
25- </dependency >
26- <dependency >
27- <groupId >org.springframework.ai</groupId >
28- <artifactId >spring-ai-autoconfigure-model-ollama</artifactId >
29- </dependency >
30- <dependency >
31- <groupId >org.springframework.ai</groupId >
32- <artifactId >spring-ai-starter-model-ollama</artifactId >
29+ <artifactId >spring-ai-ollama-spring-boot-starter</artifactId >
3330 </dependency >
3431 <dependency >
3532 <groupId >com.example</groupId >
@@ -38,40 +35,17 @@ https://oss.oracle.com/licenses/upl/ -->
3835 </dependency >
3936 </dependencies >
4037
41- <repositories >
42- <repository >
43- <id >spring-milestones</id >
44- <name >Spring Milestones</name >
45- <url >https://repo.spring.io/milestone</url >
46- <snapshots >
47- <enabled >false</enabled >
48- </snapshots >
49- </repository >
50- <repository >
51- <id >spring-snapshots</id >
52- <name >Spring Snapshots</name >
53- <url >https://repo.spring.io/snapshot</url >
54- <releases >
55- <enabled >false</enabled >
56- </releases >
57- <snapshots >
58- <enabled >true</enabled >
59- </snapshots >
60- </repository >
61- </repositories >
62-
6338 <dependencyManagement >
6439 <dependencies >
6540 <dependency >
6641 <groupId >org.springframework.ai</groupId >
6742 <artifactId >spring-ai-bom</artifactId >
68- <version >1.0.0-SNAPSHOT </version >
43+ <version >${spring-ai.version} </version >
6944 <type >pom</type >
7045 <scope >import</scope >
7146 </dependency >
7247 </dependencies >
7348 </dependencyManagement >
74-
7549 <build >
7650 <plugins >
7751 <plugin >
0 commit comments