Add spring-ai-mongodb-atlas-store-spring-boot-starter to the BOM

This commit is contained in:
Christian Tzolov
2024-03-18 15:11:29 +01:00
parent cc0d35122c
commit 73c39e3d9e

View File

@@ -307,6 +307,12 @@
<artifactId>spring-ai-qdrant-store-spring-boot-starter</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-mongodb-atlas-store-spring-boot-starter</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</dependencyManagement>