Skip to content

Commit 2cc64fc

Browse files
authored
Remove spock-core from spock module (#10069)
1 parent d1933b7 commit 2cc64fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/spock/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "Testcontainers :: Spock-Extension"
66

77
dependencies {
88
api project(':testcontainers')
9-
api 'org.spockframework:spock-core:2.3-groovy-4.0'
9+
implementation 'org.spockframework:spock-core:2.3-groovy-4.0'
1010

1111
testImplementation project(':selenium')
1212
testImplementation project(':mysql')

0 commit comments

Comments
 (0)