Upgraded HttpClient to version 4.4.1

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/trunk@1670291 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/httpasyncclient-cache/pom.xml b/httpasyncclient-cache/pom.xml
index 6fd5ba8..f2b595d 100644
--- a/httpasyncclient-cache/pom.xml
+++ b/httpasyncclient-cache/pom.xml
@@ -62,6 +62,11 @@
       <scope>test</scope>
     </dependency>
     <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-core</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>org.easymock</groupId>
       <artifactId>easymock</artifactId>
       <scope>test</scope>
diff --git a/pom.xml b/pom.xml
index dcb746f..008e9ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@
     <maven.compiler.source>1.6</maven.compiler.source>
     <maven.compiler.target>1.6</maven.compiler.target>
     <httpcore.version>4.4.1</httpcore.version>
-    <httpclient.version>4.4</httpclient.version>
+    <httpclient.version>4.4.1</httpclient.version>
     <commons-logging.version>1.2</commons-logging.version>
     <commons-io.version>2.4</commons-io.version>
     <junit.version>4.11</junit.version>