Skip to content

Commit 47edcac

Browse files
author
admitrov
committed
build(deps): add testcontainers-toxiproxy and toxiproxy-java dependencies for enhanced testing capabilities
1 parent cc1442e commit 47edcac

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

embedded-keydb/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,18 @@
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>

embedded-nats/pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@
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>
@@ -42,4 +37,4 @@
4237
<version>${jnats.version}</version>
4338
</dependency>
4439
</dependencies>
45-
</project>
40+
</project>

0 commit comments

Comments
 (0)