Skip to content

Commit

Permalink
Add spring-ai-retry dependency to Ollama model pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
habuma authored and tzolov committed May 21, 2024
1 parent 99c3857 commit 83c997d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion models/spring-ai-ollama/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@
<version>${project.parent.version}</version>
</dependency>

<dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-retry</artifactId>
<version>${project.parent.version}</version>
</dependency>

<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webflux</artifactId>
Expand Down Expand Up @@ -80,4 +86,4 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>

0 comments on commit 83c997d

Please sign in to comment.