From d601af76b5974d77c9f1a4c221ab71e609f48ffe Mon Sep 17 00:00:00 2001 From: Ilayaperumal Gopinathan Date: Mon, 19 May 2025 10:11:13 +0100 Subject: [PATCH] Add spring ai starter for model chat memory to BOM Signed-off-by: Ilayaperumal Gopinathan --- spring-ai-bom/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/spring-ai-bom/pom.xml b/spring-ai-bom/pom.xml index ca1a57cf6..852396604 100644 --- a/spring-ai-bom/pom.xml +++ b/spring-ai-bom/pom.xml @@ -1014,6 +1014,14 @@ ${project.version} + + + + org.springframework.ai + spring-ai-starter-model-chat-memory + ${project.version} + +