Skip to content

Commit 2b054c9

Browse files
eddumelendeztzolov
authored andcommitted
Fix dependencies in spring-ai-spring-boot-testcontainers
1 parent 8fa675b commit 2b054c9

File tree

1 file changed

+2
-0
lines changed
  • spring-ai-spring-boot-testcontainers

1 file changed

+2
-0
lines changed

spring-ai-spring-boot-testcontainers/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
<groupId>redis.clients</groupId>
105105
<artifactId>jedis</artifactId>
106106
<version>5.1.0</version>
107+
<scope>test</scope>
107108
</dependency>
108109

109110
<!-- Qdrant Vector Store-->
@@ -156,6 +157,7 @@
156157
<groupId>com.redis</groupId>
157158
<artifactId>testcontainers-redis</artifactId>
158159
<version>2.0.1</version>
160+
<optional>true</optional>
159161
</dependency>
160162

161163
<dependency>

0 commit comments

Comments
 (0)