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 7c918e3a7e225d4ed9e3b3905e1ee3c8a54e8ed1 Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Sep 24 14:51:30 2020 +0200 Added AWS2-S3 Endpoint DSL to module list in pom --- examples/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/pom.xml b/examples/pom.xml index 15e24be..58cbd48 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -124,6 +124,7 @@ <module>camel-example-main</module> <module>camel-example-main-artemis</module> <module>camel-example-main-endpointdsl</module> + <module>camel-example-main-endpointdsl-aws2-s3</module> <module>camel-example-main-health</module> <module>camel-example-main-tiny</module> <module>camel-example-main-xml</module>
