SEC-2118: Fixing spring and aspectj OSGi version ranges [3.2, 3.2) -> [3.2, 3.3)

This commit is contained in:
Jean-Pierre Bergamin 2013-02-14 16:29:35 +01:00 committed by Rob Winch
parent 5f9dfb73be
commit c02a1486c0
1 changed files with 3 additions and 3 deletions

View File

@ -29,9 +29,9 @@ ext.powerMockDependencies = [
ext.bundlorProperties = [
version: version,
secRange: "[$version, 3.2.0)",
springRange: "[$springVersion, 3.2.0)",
aspectjRange: '[1.6.0, 1.7.0)',
secRange: "[$version, 3.3.0)",
springRange: "[$springVersion, 3.3.0)",
aspectjRange: '[1.6.0, 1.8.0)',
casRange: '[3.1.1, 3.2.0)',
cloggingRange: '[1.0.4, 2.0.0)',
ehcacheRange: '[1.4.1, 2.5.0)',