Repository: camel
Updated Branches:
  refs/heads/master cc0185bf7 -> e3cf60579


Include in kit


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

Branch: refs/heads/master
Commit: e3cf605791af61818fdc1f61312014f578f6608c
Parents: cc0185b
Author: Claus Ibsen <[email protected]>
Authored: Sat Mar 5 10:30:27 2016 +0100
Committer: Claus Ibsen <[email protected]>
Committed: Sat Mar 5 10:30:27 2016 +0100

----------------------------------------------------------------------
 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/e3cf6057/apache-camel/pom.xml
----------------------------------------------------------------------
diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index df7f691..4b38d2d 100644
--- a/apache-camel/pom.xml
+++ b/apache-camel/pom.xml
@@ -556,6 +556,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-mongodb-gridfs</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-mqtt</artifactId>
     </dependency>
     <dependency>

http://git-wip-us.apache.org/repos/asf/camel/blob/e3cf6057/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 81779eb..ddf7590 100644
--- a/apache-camel/src/main/descriptors/common-bin.xml
+++ b/apache-camel/src/main/descriptors/common-bin.xml
@@ -150,6 +150,7 @@
         <include>org.apache.camel:camel-mina2</include>
         <include>org.apache.camel:camel-mllp</include>
         <include>org.apache.camel:camel-mongodb</include>
+        <include>org.apache.camel:camel-mongodb-gridfs</include>
         <include>org.apache.camel:camel-mqtt</include>
         <include>org.apache.camel:camel-msv</include>
         <include>org.apache.camel:camel-mustache</include>

http://git-wip-us.apache.org/repos/asf/camel/blob/e3cf6057/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index ef66a33..1141cb2 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1295,6 +1295,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-mongodb-gridfs</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-mqtt</artifactId>
         <version>${project.version}</version>
       </dependency>

Reply via email to