SEC-1815: Downgrade openid to use HttpClient 4.1.1 to avoid bug in openid4java's usage of HttpClient

This commit is contained in:
Rob Winch 2011-09-18 18:52:27 -05:00
parent 359bd7c468
commit 4a000d040c

View File

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