You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/03/30 12:57:28 UTC

[camel] 08/13: CAMEL-17687 - Create a Camel Azure Key Vault component - Kit

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

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

commit 77be1a555293a036823c76177d34b9f464ce589c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 30 11:52:59 2022 +0200

    CAMEL-17687 - Create a Camel Azure Key Vault component - Kit
---
 components/camel-azure/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/components/camel-azure/pom.xml b/components/camel-azure/pom.xml
index 58081c9..6a0a118 100644
--- a/components/camel-azure/pom.xml
+++ b/components/camel-azure/pom.xml
@@ -39,6 +39,7 @@
         <module>camel-azure-storage-queue</module>
         <module>camel-azure-cosmosdb</module>
         <module>camel-azure-servicebus</module>
+        <module>camel-azure-key-vault</module>
     </modules>
 
 </project>