Updated Branches:
  refs/heads/master 1272f96c7 -> 56e313264

CAMWL-7092 Added the camel-karka into the kit


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

Branch: refs/heads/master
Commit: 56e313264cd7b82167bad81a2a5faa1c694632b3
Parents: 1272f96
Author: Willem Jiang <[email protected]>
Authored: Wed Feb 12 17:20:17 2014 +0800
Committer: Willem Jiang <[email protected]>
Committed: Wed Feb 12 17:26:18 2014 +0800

----------------------------------------------------------------------
 apache-camel/pom.xml                             | 4 ++++
 apache-camel/src/main/descriptors/common-bin.xml | 1 +
 parent/pom.xml                                   | 5 +++++
 3 files changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/56e31326/apache-camel/pom.xml
----------------------------------------------------------------------
diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index db18c47..9f258a6 100644
--- a/apache-camel/pom.xml
+++ b/apache-camel/pom.xml
@@ -340,6 +340,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-kafka</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-kestrel</artifactId>
     </dependency>
     <dependency>

http://git-wip-us.apache.org/repos/asf/camel/blob/56e31326/apache-camel/src/main/descriptors/common-bin.xml
----------------------------------------------------------------------
diff --git a/apache-camel/src/main/descriptors/common-bin.xml 
b/apache-camel/src/main/descriptors/common-bin.xml
index daa3af6..933de1a 100644
--- a/apache-camel/src/main/descriptors/common-bin.xml
+++ b/apache-camel/src/main/descriptors/common-bin.xml
@@ -96,6 +96,7 @@
         <include>org.apache.camel:camel-jt400</include>
         <include>org.apache.camel:camel-juel</include>
         <include>org.apache.camel:camel-jxpath</include>
+        <include>org.apache.camel:camel-kafka</include>
         <include>org.apache.camel:camel-kestrel</include>
         <include>org.apache.camel:camel-krati</include>
         <include>org.apache.camel:camel-ldap</include>

http://git-wip-us.apache.org/repos/asf/camel/blob/56e31326/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 0a6ebee..ab3371c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -882,6 +882,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-kafka</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-kestrel</artifactId>
         <version>${project.version}</version>
       </dependency>

Reply via email to