This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-2.21.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-2.21.x by this push: new 11fbd03 CAMEL-12468 Add dependency-management entry for camel-azure-starter 11fbd03 is described below commit 11fbd03d2174716fb56e3ff1e1667c8dd4688225 Author: Tom Cunningham <tcunn...@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 eb76b79..8b049f4 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 4acd7d5..8b1b9a2 100644 --- a/apache-camel/src/main/descriptors/common-bin.xml +++ b/apache-camel/src/main/descriptors/common-bin.xml @@ -358,6 +358,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 6d4b63e..c95e01e 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 05ebb36..ab053c5 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -2419,6 +2419,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 4800a9d..3adc9ae 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 davscl...@apache.org.