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 2021/03/12 15:52:54 UTC

[camel] 03/10: CAMEL-16323 - Create a Camel-AWS-Secret-Manager component

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 1cbdeab3605835e2f7ae0475444d26619024e7f3
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 12 15:12:06 2021 +0100

    CAMEL-16323 - Create a Camel-AWS-Secret-Manager component
---
 components/camel-aws/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/components/camel-aws/pom.xml b/components/camel-aws/pom.xml
index d98ada1..ed5d387 100644
--- a/components/camel-aws/pom.xml
+++ b/components/camel-aws/pom.xml
@@ -47,6 +47,7 @@
         <module>camel-aws2-msk</module>
         <module>camel-aws2-mq</module>
         <module>camel-aws2-s3</module>
+        <module>camel-aws-secrets-manager</module>
         <module>camel-aws2-ses</module>
         <module>camel-aws2-sns</module>
         <module>camel-aws2-sqs</module>