You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by jp...@apache.org on 2024/03/26 13:06:05 UTC

(camel-spring-boot-examples) branch main updated: Add activemq to list of modules (#129)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 85afcda  Add activemq to list of modules (#129)
85afcda is described below

commit 85afcda71fa6e29a446f4bc34de5186c940d6f69
Author: John Poth <po...@gmail.com>
AuthorDate: Tue Mar 26 14:06:00 2024 +0100

    Add activemq to list of modules (#129)
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 194bf64..fa1e4df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,6 +36,7 @@
 
 	<modules>
 		<module>spring-boot</module>
+		<module>activemq</module>
 		<module>actuator-http-metrics</module>
 		<module>amqp</module>
 		<module>aot-basic</module>