Create spring-session-data-redis pom

This commit is contained in:
Rob Winch
2014-09-30 10:09:47 -05:00
parent 0abbba0309
commit 750ae663fc
6 changed files with 20 additions and 27 deletions

View File

@@ -16,6 +16,10 @@ ext.groovyVersion = '2.0.5'
ext.seleniumVersion = '2.33.0'
ext.spockVersion = '0.7-groovy-2.0'
ext.gebVersion = '0.9.0'
ext.jedisVersion = '2.4.1'
ext.commonsPoolVersion = '2.2'
ext.embeddedRedisVersion = '0.2'
ext.springDataRedisVersion = '1.3.0.RELEASE'
ext.spockDependencies = [
dependencies.create("org.spockframework:spock-core:$spockVersion") {