Skip to content

Commit 00e6619

Browse files
author
jruaux
committed
deps: Made testcontainers dependency API
1 parent 593992e commit 00e6619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/testcontainers-redis/testcontainers-redis.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dependencies {
2-
implementation group: 'org.testcontainers', name: 'testcontainers', version: testcontainersVersion
2+
api group: 'org.testcontainers', name: 'testcontainers', version: testcontainersVersion
33
api group: 'com.redis', name: 'redis-enterprise-admin', version: rsAdminVersion
44
testImplementation 'org.slf4j:slf4j-simple'
55
testImplementation 'org.junit.jupiter:junit-jupiter-api'

0 commit comments

Comments
 (0)