DATAREDIS-72

+ Spring 3.1 cache abstraction for Redis
This commit is contained in:
Costin Leau
2011-07-15 18:05:28 +03:00
parent 1a87f45947
commit 63b1e862b7
10 changed files with 441 additions and 42 deletions

View File

@@ -5,8 +5,8 @@ log4jVersion = 1.2.16
slf4jVersion = 1.6.1
# Common libraries
springVersion = 3.0.5.RELEASE
jacksonVersion = 1.6.4
springVersion = 3.1.0.M2
jacksonVersion = 1.8.3
# Testing
junitVersion = 4.8.1
@@ -20,7 +20,7 @@ rjcVersion= 0.6.4
# Manifest properties
## OSGi ranges
spring.range = "[3.0.0, 4.0.0)"
spring.range = "[3.1.0, 4.0.0)"
jedis.range = "[2.0.0, 2.0.0]"
jackson.range = "[1.6, 2.0.0)"
rjc.range = "[0.6.4, 0.6.4]"