From 83c997d18e706c398d2fe2abd2d2c3a9508d8bfd Mon Sep 17 00:00:00 2001 From: Craig Walls Date: Mon, 20 May 2024 06:10:13 -0600 Subject: [PATCH] Add spring-ai-retry dependency to Ollama model pom.xml --- models/spring-ai-ollama/pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/models/spring-ai-ollama/pom.xml b/models/spring-ai-ollama/pom.xml index b9ba62f82..7cb311621 100644 --- a/models/spring-ai-ollama/pom.xml +++ b/models/spring-ai-ollama/pom.xml @@ -33,6 +33,12 @@ ${project.parent.version} + + org.springframework.ai + spring-ai-retry + ${project.parent.version} + + org.springframework spring-webflux @@ -80,4 +86,4 @@ test - \ No newline at end of file +