1
0
mirror of synced 2026-08-05 17:57:15 +00:00

SEC-2506: Remove Bundlor Support

This commit is contained in:
Rob Winch
2014-03-05 13:32:16 -06:00
parent 04a527d4ec
commit 6be4e3a9fc
13 changed files with 0 additions and 311 deletions
-16
View File
@@ -46,22 +46,6 @@ ext.apacheds_libs = [
'org.apache.directory.shared:shared-ldap:0.9.15'
]
ext.bundlorProperties = [
version: version,
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)',
openid4javaRange: '[0.9.5, 1.0.0)',
springLdapRange: '[1.3.0,1.4.0)',
apacheDSRange: '[1.5.5, 1.6)',
apacheDSSharedRange: '[0.9.15, 1.0)',
ldapSdkRange: '[4.1, 5.0)',
aopAllianceRange: '[1.0.0, 2.0.0)'
]
// Integration test setup
configurations {
integrationTestCompile {