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:40:15 UTC

[camel] branch master updated: CAMEL-12017: Added httpclient dependency

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9a08a20  CAMEL-12017: Added httpclient dependency
9a08a20 is described below

commit 9a08a2019a7938a6bbd0c91ca6916105937f983d
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 ce9a174..812fea0 100644
--- a/components/camel-google-bigquery/pom.xml
+++ b/components/camel-google-bigquery/pom.xml
@@ -39,12 +39,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 5ec4390..6909277 100644
--- a/components/camel-google-pubsub/pom.xml
+++ b/components/camel-google-pubsub/pom.xml
@@ -49,6 +49,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>'].