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/18 06:40:21 UTC

[camel-examples] 02/02: Added AWS Secrets Manager example to modules

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-examples.git

commit 1270e84d4125fe2c52b491f39dbabe32aa5105c1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 18 07:34:23 2021 +0100

    Added AWS Secrets Manager example to modules
---
 examples/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/examples/pom.xml b/examples/pom.xml
index 8ed2435..ec9fb88 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -86,6 +86,7 @@
         <module>artemis</module>
         <module>artemis-large-messages</module>
         <module>as2</module>
+        <module>aws-secrets-manager</module>
         <module>azure-storage-blob</module>
         <module>basic</module>
         <module>billboard-aggregate</module>