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/10/29 17:29:31 UTC

[camel-examples] 02/04: Added the AWS2-S3 to the example modules section

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 1f91915915c72d024932ab6d13c9451adc9f7fd7
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Oct 29 18:25:47 2020 +0100

    Added the AWS2-S3 to the example modules section
---
 examples/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/examples/pom.xml b/examples/pom.xml
index 45a4232..5a342d4 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -125,6 +125,7 @@
         <module>camel-example-main-artemis</module>
         <module>camel-example-main-endpointdsl</module>
         <module>camel-example-main-endpointdsl-aws2-s3</module>
+        <module>camel-example-main-endpointdsl-aws2-s3-kafka</module>
         <module>camel-example-main-health</module>
         <module>camel-example-main-lambda</module>
         <module>camel-example-main-joor</module>