Skip to content

Commit 0529c9d

Browse files
committed
remove not required test dependencies
Signed-off-by: jorgee <[email protected]>
1 parent c1a7b6e commit 0529c9d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ dependencies {
2020
implementation 'org.apache.httpcomponents:httpmime:4.5.14'
2121

2222
testImplementation('org.spockframework:spock-core:2.3-groovy-3.0')
23-
testImplementation('org.spockframework:spock-junit4:2.1-groovy-3.0')
2423
testImplementation 'org.wiremock:wiremock:3.5.4'
25-
testImplementation 'org.objenesis:objenesis:3.4'
26-
testImplementation 'net.bytebuddy:byte-buddy:1.14.17'
2724
}
2825

2926
test {

0 commit comments

Comments
 (0)