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 2020/09/24 15:02:48 UTC

[camel-examples] 03/05: Added AWS2-S3 Endpoint DSL to module list in pom

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

acosentino pushed a commit to branch endpointdsl-aws2-s3
in repository https://gitbox.apache.org/repos/asf/camel-examples.git

commit 0961824fc3167a2ce44f26781bcd5341286f0a23
Author: Andrea Cosentino <an...@gmail.com>
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>