Skip to content

Commit 65c7ee6

Browse files
committed
Add Mistral AI Boot Starter to BOM
1 parent 16090a9 commit 65c7ee6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

spring-ai-bom/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,12 @@
266266
<version>${project.version}</version>
267267
</dependency>
268268

269+
<dependency>
270+
<groupId>org.springframework.ai</groupId>
271+
<artifactId>spring-ai-mistral-ai-spring-boot-starter</artifactId>
272+
<version>${project.version}</version>
273+
</dependency>
274+
269275
</dependencies>
270276
</dependencyManagement>
271277

0 commit comments

Comments
 (0)