Update HttpClient to 4.1.2 and removed incorrect bundlor references to commons version.
This commit is contained in:
@@ -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'
|
||||
}
|
||||
@@ -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}",
|
||||
|
||||
Reference in New Issue
Block a user