Skip to content

Commit 83c997d

Browse files
habumatzolov
authored andcommitted
Add spring-ai-retry dependency to Ollama model pom.xml
1 parent 99c3857 commit 83c997d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

models/spring-ai-ollama/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@
3333
<version>${project.parent.version}</version>
3434
</dependency>
3535

36+
<dependency>
37+
<groupId>org.springframework.ai</groupId>
38+
<artifactId>spring-ai-retry</artifactId>
39+
<version>${project.parent.version}</version>
40+
</dependency>
41+
3642
<dependency>
3743
<groupId>org.springframework</groupId>
3844
<artifactId>spring-webflux</artifactId>
@@ -80,4 +86,4 @@
8086
<scope>test</scope>
8187
</dependency>
8288
</dependencies>
83-
</project>
89+
</project>

0 commit comments

Comments
 (0)