You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2017/04/12 20:05:57 UTC

camel git commit: Add more to kit

Repository: camel
Updated Branches:
  refs/heads/master f9e40f7c4 -> a313e4213


Add more to kit


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

Branch: refs/heads/master
Commit: a313e4213c8584243f55454002e62b320b47954c
Parents: f9e40f7
Author: Claus Ibsen <da...@apache.org>
Authored: Wed Apr 12 22:05:49 2017 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Wed Apr 12 22:05:49 2017 +0200

----------------------------------------------------------------------
 apache-camel/pom.xml | 9 +++++++++
 parent/pom.xml       | 7 ++++++-
 2 files changed, 15 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/a313e421/apache-camel/pom.xml
----------------------------------------------------------------------
diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index bd6fad1..f16aefc 100644
--- a/apache-camel/pom.xml
+++ b/apache-camel/pom.xml
@@ -359,6 +359,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-grpc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-guava-eventbus</artifactId>
     </dependency>
     <dependency>
@@ -1440,6 +1444,11 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-grpc-starter</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-gson-starter</artifactId>
       <version>${project.version}</version>
     </dependency>

http://git-wip-us.apache.org/repos/asf/camel/blob/a313e421/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index bcd4855..df10dde 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1174,6 +1174,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-grpc</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-guava-eventbus</artifactId>
         <version>${project.version}</version>
       </dependency>
@@ -2523,7 +2528,7 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
-        <artifactId>camel-grpc</artifactId>
+        <artifactId>camel-grpc-starter</artifactId>
         <version>${project.version}</version>
       </dependency>
       <dependency>