SEC-2195: Update Groovy version on web module
This commit is contained in:
+2
-3
@@ -1,8 +1,6 @@
|
||||
apply plugin: 'groovy'
|
||||
|
||||
dependencies {
|
||||
groovy 'org.codehaus.groovy:groovy:1.8.7'
|
||||
|
||||
compile project(':spring-security-core'),
|
||||
'aopalliance:aopalliance:1.0',
|
||||
"org.springframework:spring-aop:$springVersion",
|
||||
@@ -18,8 +16,9 @@ dependencies {
|
||||
testCompile project(':spring-security-core').sourceSets.test.output,
|
||||
'commons-codec:commons-codec:1.3',
|
||||
"org.slf4j:jcl-over-slf4j:$slf4jVersion",
|
||||
'org.spockframework:spock-core:0.6-groovy-1.8',
|
||||
"org.spockframework:spock-core:$spockVersion",
|
||||
"org.springframework:spring-test:$springVersion",
|
||||
"org.codehaus.groovy:groovy:$groovyVersion",
|
||||
powerMockDependencies
|
||||
|
||||
testRuntime "hsqldb:hsqldb:$hsqlVersion"
|
||||
|
||||
Reference in New Issue
Block a user