You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2017/11/20 10:42:00 UTC

[camel] branch camel-2.20.x updated: CAMEL-12017: Added httpclient dependency

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-2.20.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-2.20.x by this push:
     new 90e4d25  CAMEL-12017: Added httpclient dependency
90e4d25 is described below

commit 90e4d251dc409c0da66d83785133c6d8537f7ab2
Author: Evgeny Minkevich <em...@scentregroup.com>
AuthorDate: Mon Nov 20 21:37:00 2017 +1100

    CAMEL-12017: Added httpclient dependency
---
 components/camel-google-bigquery/pom.xml | 6 ++++--
 components/camel-google-pubsub/pom.xml   | 4 ++++
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/components/camel-google-bigquery/pom.xml b/components/camel-google-bigquery/pom.xml
index 44a5dff..a3334fc 100644
--- a/components/camel-google-bigquery/pom.xml
+++ b/components/camel-google-bigquery/pom.xml
@@ -38,12 +38,14 @@
   </properties>
 
   <dependencies>
-
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-core</artifactId>
     </dependency>
-
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+    </dependency>
     <dependency>
       <groupId>com.google.apis</groupId>
       <artifactId>google-api-services-bigquery</artifactId>
diff --git a/components/camel-google-pubsub/pom.xml b/components/camel-google-pubsub/pom.xml
index 8d209a9..101f5c8 100644
--- a/components/camel-google-pubsub/pom.xml
+++ b/components/camel-google-pubsub/pom.xml
@@ -48,6 +48,10 @@
             <artifactId>camel-core</artifactId>
         </dependency>
         <dependency>
+          <groupId>org.apache.httpcomponents</groupId>
+          <artifactId>httpclient</artifactId>
+        </dependency>
+        <dependency>
             <groupId>com.google.apis</groupId>
             <artifactId>google-api-services-pubsub</artifactId>
             <version>${google-api-services-pubsub-version}</version>

-- 
To stop receiving notification emails like this one, please contact
['"commits@camel.apache.org" <co...@camel.apache.org>'].