You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bv...@apache.org on 2017/08/18 19:41:16 UTC

camel git commit: add camel-google-bigquery-starter to kit

Repository: camel
Updated Branches:
  refs/heads/master 391a743bf -> 5269f81af


add camel-google-bigquery-starter to kit


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

Branch: refs/heads/master
Commit: 5269f81af8f0cb569051abc2b451802bc3b554da
Parents: 391a743
Author: Babak Vahdat <bv...@apache.org>
Authored: Fri Aug 18 21:41:08 2017 +0200
Committer: Babak Vahdat <bv...@apache.org>
Committed: Fri Aug 18 21:41:08 2017 +0200

----------------------------------------------------------------------
 apache-camel/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/5269f81a/apache-camel/pom.xml
----------------------------------------------------------------------
diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index d9e117e..7ea36a5 100644
--- a/apache-camel/pom.xml
+++ b/apache-camel/pom.xml
@@ -1478,6 +1478,11 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-google-bigquery-starter</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-google-calendar-starter</artifactId>
       <version>${project.version}</version>
     </dependency>