mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-28 06:42:49 +00:00
SEC-2118: Fixing spring and aspectj OSGi version ranges [3.2, 3.2) -> [3.2, 3.3)
This commit is contained in:
parent
c703806fa2
commit
ca5501eb31
@ -19,9 +19,9 @@ ext.powerMockVersion = '1.4.12'
|
|||||||
|
|
||||||
ext.bundlorProperties = [
|
ext.bundlorProperties = [
|
||||||
version: version,
|
version: version,
|
||||||
secRange: "[$version, 3.2.0)",
|
secRange: "[$version, 3.3.0)",
|
||||||
springRange: "[$springVersion, 3.2.0)",
|
springRange: "[$springVersion, 3.3.0)",
|
||||||
aspectjRange: '[1.6.0, 1.7.0)',
|
aspectjRange: '[1.6.0, 1.8.0)',
|
||||||
casRange: '[3.1.1, 3.2.0)',
|
casRange: '[3.1.1, 3.2.0)',
|
||||||
cloggingRange: '[1.0.4, 2.0.0)',
|
cloggingRange: '[1.0.4, 2.0.0)',
|
||||||
ehcacheRange: '[1.4.1, 2.5.0)',
|
ehcacheRange: '[1.4.1, 2.5.0)',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user