From df85b6e9669ef00e6ce6a52b0d339dcc797520b8 Mon Sep 17 00:00:00 2001 From: jitokim Date: Wed, 30 Oct 2024 21:39:03 +0900 Subject: [PATCH] Add azure-cosmos-db to pom.xml Defined the version for Azure Cosmos DB Added dependencies for the azure-cosmos-db-store module and boot starter Signed-off-by: jitokim --- pom.xml | 1 + spring-ai-bom/pom.xml | 12 ++++++++++++ .../spring-ai-azure-cosmos-db-store/pom.xml | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9ea06c8a067..6c1b661bf15 100644 --- a/pom.xml +++ b/pom.xml @@ -205,6 +205,7 @@ 0.8.0 2.0.46 11.6.1 + 5.17.1 4.5.1 1.9.1 0.5.0 diff --git a/spring-ai-bom/pom.xml b/spring-ai-bom/pom.xml index 663f8c5cb51..6fcbd695c02 100644 --- a/spring-ai-bom/pom.xml +++ b/spring-ai-bom/pom.xml @@ -183,6 +183,12 @@ ${project.version} + + org.springframework.ai + spring-ai-azure-cosmos-db-store + ${project.version} + + org.springframework.ai spring-ai-cassandra-store @@ -293,6 +299,12 @@ ${project.version} + + org.springframework.ai + spring-ai-azure-cosmos-db-store-spring-boot-starter + ${project.version} + + org.springframework.ai spring-ai-azure-openai-spring-boot-starter diff --git a/vector-stores/spring-ai-azure-cosmos-db-store/pom.xml b/vector-stores/spring-ai-azure-cosmos-db-store/pom.xml index 8c1e57ccdea..ca93a9ece8b 100644 --- a/vector-stores/spring-ai-azure-cosmos-db-store/pom.xml +++ b/vector-stores/spring-ai-azure-cosmos-db-store/pom.xml @@ -45,7 +45,7 @@ com.azure azure-spring-data-cosmos - LATEST + ${azure-cosmos.version} org.springframework.ai