Add the Spring IO plugin to spring-session and spring-session-data-redis

Fixes #62
This commit is contained in:
Rob Winch
2015-01-05 16:27:24 -06:00
parent 8acaed750a
commit cdf52507c0
3 changed files with 10 additions and 0 deletions

View File

@@ -11,6 +11,8 @@ group = 'org.springframework.session'
sourceCompatibility = 1.5
targetCompatibility = 1.5
ext.springIoVersion = project.hasProperty('platformVersion') ? platformVersion : '1.1.0.BUILD-SNAPSHOT'
ext.spockDependencies = [
dependencies.create("org.spockframework:spock-core:$spockVersion") {
exclude group: 'junit', module: 'junit-dep'