Skip to content

Commit 09470c1

Browse files
Using testcontainers-redis 1.2.0
1 parent 96aedf9 commit 09470c1

File tree

4 files changed

+4
-93
lines changed

4 files changed

+4
-93
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,13 @@
124124
<scope>test</scope>
125125
</dependency>
126126
<dependency>
127-
<groupId>org.testcontainers</groupId>
128-
<artifactId>testcontainers</artifactId>
129-
<version>1.15.3</version>
127+
<groupId>com.redislabs.testcontainers</groupId>
128+
<artifactId>testcontainers-redis</artifactId>
129+
<version>1.2.0</version>
130130
<scope>test</scope>
131131
</dependency>
132132
<dependency>
133-
<groupId>org.testcontainers</groupId>
133+
<groupId>com.redislabs.testcontainers</groupId>
134134
<artifactId>junit-jupiter</artifactId>
135135
<version>1.15.3</version>
136136
<scope>test</scope>

src/test/integration/java/com/redislabs/testcontainers/RedisContainer.java

Lines changed: 0 additions & 32 deletions
This file was deleted.

src/test/integration/java/com/redislabs/testcontainers/RedisServer.java

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/test/integration/java/com/redislabs/testcontainers/support/AbstractRedisContainer.java

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)