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 2014/09/30 07:28:24 UTC

git commit: Overrdie the httpclient version in camel-restlet pom

Repository: camel
Updated Branches:
  refs/heads/master 94b208d44 -> 04203dadf


Overrdie the httpclient version in camel-restlet pom


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

Branch: refs/heads/master
Commit: 04203dadf1d99938734166d79002db3d4dfbb426
Parents: 94b208d
Author: Willem Jiang <wi...@gmail.com>
Authored: Tue Sep 30 13:28:03 2014 +0800
Committer: Willem Jiang <wi...@gmail.com>
Committed: Tue Sep 30 13:28:03 2014 +0800

----------------------------------------------------------------------
 components/camel-restlet/pom.xml | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/04203dad/components/camel-restlet/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-restlet/pom.xml b/components/camel-restlet/pom.xml
index 71dd74e..3b2e24c 100644
--- a/components/camel-restlet/pom.xml
+++ b/components/camel-restlet/pom.xml
@@ -6,9 +6,9 @@
     The ASF licenses this file to You under the Apache License, Version 2.0
     (the "License"); you may not use this file except in compliance with
     the License.  You may obtain a copy of the License at
-    
+
     http://www.apache.org/licenses/LICENSE-2.0
-    
+
     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -28,7 +28,7 @@
   <packaging>bundle</packaging>
   <name>Camel :: Restlet</name>
   <description>Camel REST (Restlet baesd) Component</description>
-  
+
   <properties>
         <camel.osgi.export.pkg>
             org.apache.camel.component.restlet.*
@@ -62,10 +62,16 @@
      <version>${restlet-version}</version>
     </dependency>
 
+    <dependency>
+     <groupId>org.apache.httpcomponents</groupId>
+     <artifactId>httpclient</artifactId>
+     <version>${httpclient4-version}</version>
+    </dependency>
+
     <!-- test dependencies -->
     <dependency>
       <groupId>org.apache.camel</groupId>
-      <artifactId>camel-test-spring</artifactId>      
+      <artifactId>camel-test-spring</artifactId>
       <scope>test</scope>
     </dependency>