Fix dependencies in spring-ai-spring-boot-testcontainers
This commit is contained in:
committed by
Christian Tzolov
parent
8fa675b145
commit
2b054c9b7e
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user