Skip to content

Commit

Permalink
Merge branch 'spring-projects:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
l-trotta authored Sep 10, 2024
2 parents 48722da + 9f33e32 commit b9a87f6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion spring-ai-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
<!-- Spring Boot Starters -->
<dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-apache-cassandra-store-spring-boot-starter</artifactId>
<artifactId>spring-ai-cassandra-store-spring-boot-starter</artifactId>
<version>${project.version}</version>
</dependency>

Expand Down Expand Up @@ -463,6 +463,12 @@
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-spring-boot-docker-compose</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-spring-boot-testcontainers</artifactId>
Expand Down

0 comments on commit b9a87f6

Please sign in to comment.