Update HttpClient to 4.1.2 and removed incorrect bundlor references to commons version.

This commit is contained in:
Luke Taylor 2011-08-12 00:22:42 +01:00
parent 0120643721
commit 8ce4d326f5
3 changed files with 2 additions and 4 deletions

View File

@ -26,8 +26,7 @@ bundlorProperties = [
apacheDSRange: '[1.5.5, 1.6)',
apacheDSSharedRange: '[0.9.15, 1.0)',
ldapSdkRange: '[4.1, 5.0)',
aopAllianceRange: '[1.0.0, 2.0.0)',
commonsHttpRange: '[3.1.0, 4.0.0)'
aopAllianceRange: '[1.0.0, 2.0.0)'
]
configurations {

View File

@ -18,5 +18,5 @@ dependencies {
provided 'javax.servlet:servlet-api:2.5'
runtime 'org.apache.httpcomponents:httpclient:4.1.1'
runtime 'org.apache.httpcomponents:httpclient:4.1.2'
}

View File

@ -10,7 +10,6 @@ Ignored-Existing-Headers:
Export-Package
Import-Template:
org.apache.commons.logging.*;version="${cloggingRange}",
org.apache.commons.httpclient;version="${commonsHttpRange}",
org.springframework.security.core.*;version="${secRange}",
org.springframework.security.authentication.*;version="${secRange}",
org.springframework.security.web.*;version="${secRange}",