mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-14 14:23:30 +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
5f9dfb73be
commit
c02a1486c0
@ -29,9 +29,9 @@ ext.powerMockDependencies = [
|
|||||||
|
|
||||||
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