Skip to content

Commit 44f861c

Browse files
authored
Merge branch 'spring-projects:main' into bug-1689
2 parents 3e763f6 + bf66415 commit 44f861c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

spring-ai-bom/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,12 @@
201201
<version>${project.version}</version>
202202
</dependency>
203203

204+
<dependency>
205+
<groupId>org.springframework.ai</groupId>
206+
<artifactId>spring-ai-coherence-store</artifactId>
207+
<version>${project.version}</version>
208+
</dependency>
209+
204210
<dependency>
205211
<groupId>org.springframework.ai</groupId>
206212
<artifactId>spring-ai-milvus-store</artifactId>
@@ -407,6 +413,12 @@
407413
<version>${project.version}</version>
408414
</dependency>
409415

416+
<dependency>
417+
<groupId>org.springframework.ai</groupId>
418+
<artifactId>spring-ai-coherence-store-spring-boot-starter</artifactId>
419+
<version>${project.version}</version>
420+
</dependency>
421+
410422
<dependency>
411423
<groupId>org.springframework.ai</groupId>
412424
<artifactId>spring-ai-watsonx-ai</artifactId>

0 commit comments

Comments
 (0)