We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa675b commit 2b054c9Copy full SHA for 2b054c9
spring-ai-spring-boot-testcontainers/pom.xml
@@ -104,6 +104,7 @@
104
<groupId>redis.clients</groupId>
105
<artifactId>jedis</artifactId>
106
<version>5.1.0</version>
107
+ <scope>test</scope>
108
</dependency>
109
110
<!-- Qdrant Vector Store-->
@@ -156,6 +157,7 @@
156
157
<groupId>com.redis</groupId>
158
<artifactId>testcontainers-redis</artifactId>
159
<version>2.0.1</version>
160
+ <optional>true</optional>
161
162
163
<dependency>
0 commit comments