Fix dependencies in spring-ai-spring-boot-testcontainers

This commit is contained in:
Eddú Meléndez
2024-03-19 01:03:15 -06:00
committed by Christian Tzolov
parent 8fa675b145
commit 2b054c9b7e

View File

@@ -104,6 +104,7 @@
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>5.1.0</version>
<scope>test</scope>
</dependency>
<!-- Qdrant Vector Store-->
@@ -156,6 +157,7 @@
<groupId>com.redis</groupId>
<artifactId>testcontainers-redis</artifactId>
<version>2.0.1</version>
<optional>true</optional>
</dependency>
<dependency>