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-spring-boot-examples.git
commit cee8d35cc610e19307100187a136b48fae4e839e Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Feb 22 07:17:05 2022 +0100 Added an example of using AWS Secrets Manager Properties source in Camel Spring Boot --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 3af2ad1..1c97a38 100644 --- a/pom.xml +++ b/pom.xml @@ -41,6 +41,7 @@ <module>amqp</module> <module>apm-opentracing</module> <module>arangodb</module> + <module>aws-secrets-manager</module> <module>aws2-s3</module> <module>clustered-route-controller</module> <module>dynamic-router-eip</module>
