You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by se...@apache.org on 2017/02/14 15:53:28 UTC

camel git commit: [CAMEL-10786] Having camel-azure added to the kit

Repository: camel
Updated Branches:
  refs/heads/master 533d67fd3 -> bb25ff806


[CAMEL-10786] Having camel-azure added to the kit


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

Branch: refs/heads/master
Commit: bb25ff806d26842c3594f36cc10c6666deb4c029
Parents: 533d67f
Author: Sergey Beryozkin <sb...@gmail.com>
Authored: Tue Feb 14 15:52:31 2017 +0000
Committer: Sergey Beryozkin <sb...@gmail.com>
Committed: Tue Feb 14 15:52:31 2017 +0000

----------------------------------------------------------------------
 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/bb25ff80/apache-camel/pom.xml
----------------------------------------------------------------------
diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index da049ba..7a221ca 100644
--- a/apache-camel/pom.xml
+++ b/apache-camel/pom.xml
@@ -91,6 +91,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-azure</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-avro</artifactId>
     </dependency>
     <dependency>

http://git-wip-us.apache.org/repos/asf/camel/blob/bb25ff80/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 9e0857b..6ea317a 100644
--- a/apache-camel/src/main/descriptors/common-bin.xml
+++ b/apache-camel/src/main/descriptors/common-bin.xml
@@ -32,6 +32,7 @@
         <include>org.apache.camel:camel-atmosphere-websocket</include>
         <include>org.apache.camel:camel-atom</include>
         <include>org.apache.camel:camel-aws</include>
+        <include>org.apache.camel:camel-azure</include>
         <include>org.apache.camel:camel-avro</include>
         <include>org.apache.camel:camel-bam</include>
         <include>org.apache.camel:camel-barcode</include>

http://git-wip-us.apache.org/repos/asf/camel/blob/bb25ff80/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index b18971b..3dec9d3 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -800,6 +800,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-azure</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-bam</artifactId>
         <version>${project.version}</version>
       </dependency>