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

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

commit 62bdc1662b8bc30e1cc2149d845ab3a732037312
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Mar 10 10:06:33 2021 +0100

    CAMEL-16321 - Have a middle folder for azure components
---
 parent/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/parent/pom.xml b/parent/pom.xml
index 54f4a91..75b3cca 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -981,6 +981,11 @@
                        </dependency>
                        <dependency>
                                <groupId>org.apache.camel</groupId>
+                               <artifactId>camel-azure-parent</artifactId>
+                               <version>${project.version}</version>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.apache.camel</groupId>
                                
<artifactId>camel-azure-storage-queue</artifactId>
                                <version>${project.version}</version>
                        </dependency>

Reply via email to