Upgraded HttpCore dependency to 4.0
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@747716 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
68916fe676
commit
aae2b9cc36
|
@ -384,8 +384,6 @@ public class DefaultRequestDirector implements RequestDirector {
|
|||
targetAuthState);
|
||||
context.setAttribute(ClientContext.PROXY_AUTH_STATE,
|
||||
proxyAuthState);
|
||||
context.setAttribute(ExecutionContext.HTTP_REQUEST,
|
||||
wrapper);
|
||||
|
||||
// Run request protocol interceptors
|
||||
requestExec.preProcess(wrapper, httpProcessor, context);
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -72,7 +72,7 @@
|
|||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
<httpcore.version>4.0-beta3</httpcore.version>
|
||||
<httpcore.version>4.0</httpcore.version>
|
||||
<commons-logging.version>1.1.1</commons-logging.version>
|
||||
<commons-codec.version>1.3</commons-codec.version>
|
||||
<mime4j.version>0.5</mime4j.version>
|
||||
|
|
Loading…
Reference in New Issue