Add Mistral AI Boot Starter to BOM

This commit is contained in:
Christian Tzolov
2024-02-28 14:16:23 +01:00
parent 16090a9604
commit 65c7ee62fa

View File

@@ -266,6 +266,12 @@
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-mistral-ai-spring-boot-starter</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</dependencyManagement>