matrei commented on code in PR #15557:
URL: https://github.com/apache/grails-core/pull/15557#discussion_r3342020211


##########
grails-encoder/build.gradle:
##########
@@ -55,10 +55,7 @@ dependencies {
 
     // Testing
     testImplementation 'org.slf4j:slf4j-simple'
-    testImplementation('org.spockframework:spock-core') { transitive = false }
-    // Required by Spock's Mocking
-    testRuntimeOnly 'net.bytebuddy:byte-buddy'
-    testImplementation 'org.objenesis:objenesis'
+    testImplementation 'org.spockframework:spock-core'

Review Comment:
   It's old stuff from when just moving dependency declarations from the root 
build file to projects (af15a201).
   The change is alright.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to