You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by df...@apache.org on 2021/04/20 18:16:37 UTC

[camel-examples] 01/35: Add main-artemis to modules

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

dfoulks pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-examples.git

commit 79cef931b85d26bbca108c602711948875d7f60b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 30 07:57:56 2021 +0200

    Add main-artemis to modules
---
 examples/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/examples/pom.xml b/examples/pom.xml
index 5bc1ae3..b52645d 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -127,6 +127,7 @@
         <module>loadbalancing</module>
         <module>loan-broker-jms</module>
         <module>main</module>
+        <module>main-artemis</module>
         <module>main-endpointdsl</module>
         <module>main-endpointdsl-aws2</module>
         <module>main-endpointdsl-aws2-s3</module>