@@ -18,7 +18,16 @@ https://oss.oracle.com/licenses/upl/ -->
18
18
<name >chatbot</name >
19
19
<description >A Simple ChatBot Application</description >
20
20
21
+ <properties >
22
+ <java .version>21</java .version>
23
+ <spring-ai .version>1.0.0-M6</spring-ai .version>
24
+ </properties >
25
+
21
26
<dependencies >
27
+ <dependency >
28
+ <groupId >org.springframework.ai</groupId >
29
+ <artifactId >spring-ai-ollama-spring-boot-starter</artifactId >
30
+ </dependency >
22
31
<dependency >
23
32
<groupId >org.springframework.ai</groupId >
24
33
<artifactId >spring-ai-ollama-spring-boot-starter</artifactId >
@@ -30,37 +39,17 @@ https://oss.oracle.com/licenses/upl/ -->
30
39
</dependency >
31
40
</dependencies >
32
41
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 >
64
53
<build >
65
54
<plugins >
66
55
<plugin >
0 commit comments