You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ig...@apache.org on 2018/04/24 18:03:29 UTC

[camel] branch master updated: CAMEL-12468 Add dependency-management entry for camel-azure-starter

This is an automated email from the ASF dual-hosted git repository.

igarashitm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new ce26ad2  CAMEL-12468 Add dependency-management entry for camel-azure-starter
ce26ad2 is described below

commit ce26ad27d7b336d33a6c64472194c270defad6c8
Author: Tom Cunningham <tc...@redhat.com>
AuthorDate: Tue Apr 24 13:20:39 2018 -0400

    CAMEL-12468 Add dependency-management entry for camel-azure-starter
---
 apache-camel/pom.xml                                                 | 5 +++++
 apache-camel/src/main/descriptors/common-bin.xml                     | 1 +
 bom/camel-bom/pom.xml                                                | 5 +++++
 parent/pom.xml                                                       | 5 +++++
 .../spring-boot-dm/camel-spring-boot-dependencies/pom.xml            | 5 +++++
 5 files changed, 21 insertions(+)

diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index 88a8ec8..19ed9f0 100644
--- a/apache-camel/pom.xml
+++ b/apache-camel/pom.xml
@@ -1258,6 +1258,11 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-azure-starter</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-bam-starter</artifactId>
       <version>${project.version}</version>
     </dependency>
diff --git a/apache-camel/src/main/descriptors/common-bin.xml b/apache-camel/src/main/descriptors/common-bin.xml
index 30c1580..ea606a9 100644
--- a/apache-camel/src/main/descriptors/common-bin.xml
+++ b/apache-camel/src/main/descriptors/common-bin.xml
@@ -357,6 +357,7 @@
         <include>org.apache.camel:camel-avro-starter</include>
         <include>org.apache.camel:camel-aws-starter</include>
         <include>org.apache.camel:camel-aws-xray-starter</include>
+        <include>org.apache.camel:camel-azure-starter</include>
         <include>org.apache.camel:camel-bam-starter</include>
         <include>org.apache.camel:camel-barcode-starter</include>
         <include>org.apache.camel:camel-base64-starter</include>
diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml
index f88f217..ce2be67 100644
--- a/bom/camel-bom/pom.xml
+++ b/bom/camel-bom/pom.xml
@@ -173,6 +173,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-azure-starter</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-bam</artifactId>
         <version>${project.version}</version>
       </dependency>
diff --git a/parent/pom.xml b/parent/pom.xml
index 530c90b..c1badc8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2407,6 +2407,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-azure-starter</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-bam-starter</artifactId>
         <version>${project.version}</version>
       </dependency>
diff --git a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
index 7db5e03..96a070e 100644
--- a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
+++ b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
@@ -369,6 +369,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-azure-starter</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-bam</artifactId>
         <version>${project.version}</version>
       </dependency>

-- 
To stop receiving notification emails like this one, please contact
igarashitm@apache.org.