We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f6fa65 commit e8d4781Copy full SHA for e8d4781
grails-plugin-testing/build.gradle
@@ -26,6 +26,8 @@ dependencies {
26
compile "junit:junit:${junitVersion}", {
27
exclude group:'org.hamcrest', module: 'hamcrest-core'
28
}
29
+
30
+ runtime "cglib:cglib:${cglibVersion}"
31
32
33
eclipse {
0 commit comments