Skip to content

Commit c2f2feb

Browse files
christophstroblThomas Darimont
authored andcommitted
DATAREDIS-259 - Upgrade Spring Framework to latest 3.2.x.
Upgraded to Spring 3.2.8.RELEASE. Original pull request: #39
1 parent 3a49fd1 commit c2f2feb

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ slf4jVersion=1.7.5
22
junitVersion=4.10
33
jredisVersion=06052013
44
jedisVersion=2.4.1
5-
springVersion=3.2.7.RELEASE
5+
springVersion=3.2.8.RELEASE
66
log4jVersion=1.2.17
77
version=1.2.0.BUILD-SNAPSHOT
88
srpVersion=0.7

template.mf

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@ Bundle-ManifestVersion: 2
55
Import-Package:
66
sun.reflect;version="0";resolution:=optional
77
Import-Template:
8-
org.springframework.beans.*;version="[3.2.7, 4.0.1)",
9-
org.springframework.cache.*;version="[3.2.7, 4.0.1)",
10-
org.springframework.context.*;version="[3.2.7, 4.0.1)",
11-
org.springframework.core.*;version="[3.2.7, 4.0.1)",
12-
org.springframework.dao.*;version="[3.2.7, 4.0.1)",
13-
org.springframework.scheduling.*;resolution:="optional";version="[3.2.7, 4.0.1)",
14-
org.springframework.scripting.*;resolution:="optional";version="[3.2.7, 4.0.1)",
15-
org.springframework.util.*;version="[3.2.7, 4.0.1)",
16-
org.springframework.oxm.*;resolution:="optional";version="[3.2.7, 4.0.1)",
17-
org.springframework.transaction.support.*;version="[3.2.7, 4.0.1)",
8+
org.springframework.beans.*;version="[3.2.8, 4.0.2)",
9+
org.springframework.cache.*;version="[3.2.8, 4.0.2)",
10+
org.springframework.context.*;version="[3.2.8, 4.0.2)",
11+
org.springframework.core.*;version="[3.2.8, 4.0.2)",
12+
org.springframework.dao.*;version="[3.2.8, 4.0.2)",
13+
org.springframework.scheduling.*;resolution:="optional";version="[3.2.8, 4.0.2)",
14+
org.springframework.scripting.*;resolution:="optional";version="[3.2.8, 4.0.2)",
15+
org.springframework.util.*;version="[3.2.8, 4.0.2)",
16+
org.springframework.oxm.*;resolution:="optional";version="[3.2.8, 4.0.2)",
17+
org.springframework.transaction.support.*;version="[3.2.8, 4.0.2)",
1818
org.aopalliance.*;version="[1.0.0, 2.0.0)";resolution:=optional,
1919
org.apache.commons.logging.*;version="[1.1.1, 2.0.0)",
2020
org.w3c.dom.*;version="0",
2121
javax.xml.transform.*;resolution:="optional";version="0",
2222
org.jredis.*;resolution:="optional";version="[1.0.0, 2.0.0)",
23-
redis.clients.*;resolution:="optional";version="[2.1.0, 2.3.0)",
23+
redis.clients.*;resolution:="optional";version="[2.1.0, 2.4.1)",
2424
org.apache.commons.pool.*;resolution:="optional";version="[1.0.0, 3.0.0)",
2525
org.apache.commons.pool2.*;resolution:="optional";version="[1.0, 2.0)",
2626
org.codehaus.jackson.*;resolution:="optional";version="[1.6, 2.0.0)",
@@ -29,4 +29,4 @@ Import-Template:
2929
redis.*;resolution:="optional";version="[0.2, 1.0)",
3030
com.google.common.*;resolution:="optional";version="[11.0.0, 20.0.0)",
3131
com.lambdaworks.*;resolution:="optional";version="[2.2.0, 3.0.0)",
32-
org.jboss.netty.*;resolution:="optional";version="[3.0.0, 4.0.0)"
32+
org.jboss.netty.*;resolution:="optional";version="[3.0.0, 4.0.0)"

0 commit comments

Comments
 (0)