File tree 2 files changed +4
-13
lines changed
2 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 16
16
<attribute name =" maven.pomderived" value =" true" />
17
17
</attributes >
18
18
</classpathentry >
19
- <classpathentry kind =" src" output =" target/classes" path =" src/main/java" >
20
- <attributes >
21
- <attribute name =" optional" value =" true" />
22
- <attribute name =" maven.pomderived" value =" true" />
23
- </attributes >
24
- </classpathentry >
25
- <classpathentry kind =" src" output =" target/test-classes" path =" src/test/java" >
26
- <attributes >
27
- <attribute name =" optional" value =" true" />
28
- <attribute name =" maven.pomderived" value =" true" />
29
- <attribute name =" test" value =" true" />
30
- </attributes >
31
- </classpathentry >
32
19
<classpathentry excluding =" **" kind =" src" output =" target/test-classes" path =" src/test/resources" >
33
20
<attributes >
34
21
<attribute name =" maven.pomderived" value =" true" />
Original file line number Diff line number Diff line change @@ -71,10 +71,12 @@ http://www.apache.org/licenses/LICENSE-2.0
71
71
<dependency >
72
72
<groupId >org.springframework.ai</groupId >
73
73
<artifactId >spring-ai-ollama-spring-boot-starter</artifactId >
74
+ <version >1.0.0-SNAPSHOT</version >
74
75
</dependency >
75
76
<dependency >
76
77
<groupId >org.springframework.ai</groupId >
77
78
<artifactId >spring-ai-retry</artifactId >
79
+ <version >1.0.0-SNAPSHOT</version >
78
80
</dependency >
79
81
<dependency >
80
82
<groupId >io.micrometer</groupId >
@@ -147,6 +149,7 @@ http://www.apache.org/licenses/LICENSE-2.0
147
149
<scope >test</scope >
148
150
</dependency >
149
151
</dependencies >
152
+ <!--
150
153
<dependencyManagement>
151
154
<dependencies>
152
155
<dependency>
@@ -158,6 +161,7 @@ http://www.apache.org/licenses/LICENSE-2.0
158
161
</dependency>
159
162
</dependencies>
160
163
</dependencyManagement>
164
+ -->
161
165
<repositories >
162
166
<repository >
163
167
<id >spring-milestones</id >
You can’t perform that action at this time.
0 commit comments