Repository: camel
Updated Branches:
  refs/heads/master 58e8cb095 -> 4d47f09ce


Add missing 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/4d47f09c
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/4d47f09c
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/4d47f09c

Branch: refs/heads/master
Commit: 4d47f09ce606dc5d8e0e219b1523b9b2c78220ce
Parents: a35e643
Author: Claus Ibsen <davscl...@apache.org>
Authored: Mon Jul 31 10:13:42 2017 +0200
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Mon Jul 31 10:14:08 2017 +0200

----------------------------------------------------------------------
 parent/pom.xml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/4d47f09c/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 17c6a41..c787793 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -3355,6 +3355,21 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-thrift-starter</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
+        <artifactId>camel-tika-starter</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
+        <artifactId>camel-twillio-starter</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-twitter-starter</artifactId>
         <version>${project.version}</version>
       </dependency>

Reply via email to