You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2013/12/30 04:29:46 UTC

git commit: CAMEL-7010 Move to HttpClient 4.3 API

Updated Branches:
  refs/heads/master 4bf085507 -> 8787a6f9c


CAMEL-7010 Move to HttpClient 4.3 API


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/8787a6f9
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/8787a6f9
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/8787a6f9

Branch: refs/heads/master
Commit: 8787a6f9c5172cb7e379a7f1390079af1efabb7c
Parents: 4bf0855
Author: Willem Jiang <wi...@gmail.com>
Authored: Mon Dec 30 11:07:32 2013 +0800
Committer: Willem Jiang <wi...@gmail.com>
Committed: Mon Dec 30 11:07:32 2013 +0800

----------------------------------------------------------------------
 components/camel-http4/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/8787a6f9/components/camel-http4/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-http4/pom.xml b/components/camel-http4/pom.xml
index fd0099e..7ba8252 100644
--- a/components/camel-http4/pom.xml
+++ b/components/camel-http4/pom.xml
@@ -30,10 +30,10 @@
     <description>Camel HTTP (Apache HttpClient 4.x) support</description>
 
     <properties>
-      <!-- Now we move to the 4.2 -->
+      <!-- CAMEL-7010 Now we move to HttpClient 4.3 API -->
       <camel.osgi.import.before.defaults>
         javax.servlet.*;version="${servlet-version-range}",
-        org.apache.http.*;version="[4.2,5)"
+        org.apache.http.*;version="[4.3,5)"
       </camel.osgi.import.before.defaults>
       <camel.osgi.export.pkg>org.apache.camel.component.http4.*</camel.osgi.export.pkg>
       <camel.osgi.export.service>