File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed
Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 3434 <artifactId >jedis</artifactId >
3535 <optional >true</optional >
3636 </dependency >
37+ <!-- Test dependencies -->
38+ <dependency >
39+ <groupId >org.springframework.boot</groupId >
40+ <artifactId >spring-boot-starter-data-redis</artifactId >
41+ <scope >test</scope >
42+ <exclusions >
43+ <exclusion >
44+ <groupId >org.springframework.boot</groupId >
45+ <artifactId >spring-boot-starter-logging</artifactId >
46+ </exclusion >
47+ </exclusions >
48+ </dependency >
3749 </dependencies >
3850
3951</project >
Original file line number Diff line number Diff line change 2222 <groupId >com.playtika.testcontainers</groupId >
2323 <artifactId >testcontainers-common</artifactId >
2424 </dependency >
25- <dependency >
26- <groupId >org.testcontainers</groupId >
27- <artifactId >toxiproxy</artifactId >
28- <optional >true</optional >
29- </dependency >
3025 <dependency >
3126 <groupId >com.playtika.testcontainers</groupId >
3227 <artifactId >embedded-toxiproxy</artifactId >
4237 <version >${jnats.version} </version >
4338 </dependency >
4439 </dependencies >
45- </project >
40+ </project >
You can’t perform that action at this time.
0 commit comments