From d90302ed14e6f4d87af2b7e6f2b54e22aa9be71a Mon Sep 17 00:00:00 2001 From: Oleg Kalnichevski Date: Tue, 6 Aug 2013 08:53:13 +0000 Subject: [PATCH] Upgraded HttpCore to version 4.3 git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1510886 13f79535-47bb-0310-9956-ffa450edef68 --- .../http/impl/client/integration/TestConnectionManagement.java | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/httpclient/src/test/java/org/apache/http/impl/client/integration/TestConnectionManagement.java b/httpclient/src/test/java/org/apache/http/impl/client/integration/TestConnectionManagement.java index 965cfaecd..7121bc76e 100644 --- a/httpclient/src/test/java/org/apache/http/impl/client/integration/TestConnectionManagement.java +++ b/httpclient/src/test/java/org/apache/http/impl/client/integration/TestConnectionManagement.java @@ -92,7 +92,7 @@ public class TestConnectionManagement extends LocalServerTestBase { final HttpClientConnectionManager mgr, final HttpRoute route) throws ConnectionPoolTimeoutException, ExecutionException, InterruptedException { final ConnectionRequest connRequest = mgr.requestConnection(route, null); - return connRequest.get(0, null); + return connRequest.get(0, TimeUnit.MILLISECONDS); } /** diff --git a/pom.xml b/pom.xml index 1fe3b59fd..9cdeda0de 100644 --- a/pom.xml +++ b/pom.xml @@ -65,7 +65,7 @@ - 4.3-beta2 + 4.3 1.1.3 1.6 2.2.0