From 667ef76037ca8ca585c2751a4cb41372feb94038 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edd=C3=BA=20Mel=C3=A9ndez?= Date: Wed, 4 Sep 2024 19:59:54 -0600 Subject: [PATCH 1/2] Fix cassandra starter --- spring-ai-bom/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-ai-bom/pom.xml b/spring-ai-bom/pom.xml index 6a924265cca..63c8f972bb5 100644 --- a/spring-ai-bom/pom.xml +++ b/spring-ai-bom/pom.xml @@ -267,7 +267,7 @@ org.springframework.ai - spring-ai-apache-cassandra-store-spring-boot-starter + spring-ai-cassandra-store-spring-boot-starter ${project.version} From 9f33e326b1fa7087c21b2d55d9f147db94332001 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edd=C3=BA=20Mel=C3=A9ndez?= Date: Thu, 5 Sep 2024 08:46:04 -0600 Subject: [PATCH 2/2] Add spring-ai-spring-boot-docker-compose to BOM Fixes #1314 --- spring-ai-bom/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/spring-ai-bom/pom.xml b/spring-ai-bom/pom.xml index 63c8f972bb5..805d8fbbb7c 100644 --- a/spring-ai-bom/pom.xml +++ b/spring-ai-bom/pom.xml @@ -463,6 +463,12 @@ ${project.version} + + org.springframework.ai + spring-ai-spring-boot-docker-compose + ${project.version} + + org.springframework.ai spring-ai-spring-boot-testcontainers