Fixing double inclusion of Groovy dependency at latest version.

This commit is contained in:
Jon Brisbin
2012-09-12 10:49:48 -05:00
committed by Jon Brisbin
parent 749218445a
commit 5bc83602f4

View File

@@ -77,6 +77,7 @@ configure(subprojects) { subproject ->
runtime "cglib:cglib-nodep:$cglibVersion"
// Testing
testCompile("org.codehaus.groovy:groovy-all:$groovyVersion") { force = true }
testCompile "org.spockframework:spock-core:$spockVersion"
testCompile "org.spockframework:spock-spring:$spockVersion"
testCompile "org.hamcrest:hamcrest-library:1.3"