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/06/02 11:32:29 UTC

camel git commit: Add to kit

Repository: camel
Updated Branches:
  refs/heads/master 7cd23b0a3 -> 7d17d44a4


Add to kit


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

Branch: refs/heads/master
Commit: 7d17d44a46849e42a338f0ebc6a48700b83cbb67
Parents: 7cd23b0
Author: Claus Ibsen <da...@apache.org>
Authored: Fri Jun 2 13:32:23 2017 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Fri Jun 2 13:32:23 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/camel/blob/7d17d44a/apache-camel/pom.xml
----------------------------------------------------------------------
diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index 3c8b259..08de3f0 100644
--- a/apache-camel/pom.xml
+++ b/apache-camel/pom.xml
@@ -1035,6 +1035,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-thrift</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-tika</artifactId>
     </dependency>
     <dependency>
@@ -2209,6 +2213,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-twilio-starter</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-twitter-starter</artifactId>
       <version>${project.version}</version>
     </dependency>

http://git-wip-us.apache.org/repos/asf/camel/blob/7d17d44a/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 2073939..85e28f2 100644
--- a/apache-camel/src/main/descriptors/common-bin.xml
+++ b/apache-camel/src/main/descriptors/common-bin.xml
@@ -266,6 +266,7 @@
         <include>org.apache.camel:camel-test-karaf</include>
         <include>org.apache.camel:camel-test-spring</include>
         <include>org.apache.camel:camel-testng</include>
+        <include>org.apache.camel:camel-thrift</include>
         <include>org.apache.camel:camel-tika</include>
         <include>org.apache.camel:camel-twilio</include>
         <include>org.apache.camel:camel-twitter</include>
@@ -536,6 +537,8 @@
         <include>org.apache.camel:camel-tagsoup-starter</include>
         <include>org.apache.camel:camel-tarfile-starter</include>
         <include>org.apache.camel:camel-telegram-starter</include>
+        <include>org.apache.camel:camel-thrift-starter</include>
+        <include>org.apache.camel:camel-tika-starter</include>
         <include>org.apache.camel:camel-twilio-starter</include>
         <include>org.apache.camel:camel-twitter-starter</include>
         <include>org.apache.camel:camel-undertow-starter</include>

http://git-wip-us.apache.org/repos/asf/camel/blob/7d17d44a/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 5dd4f80..2634acd 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2027,6 +2027,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-thrift</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-tika</artifactId>
         <version>${project.version}</version>
       </dependency>