This is an automated email from the ASF dual-hosted git repository. jpoth pushed a commit to branch activemq in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git
commit 6c230e16524f8ab69cc8bc7ac8d2a96dcb0066de Author: John Poth <[email protected]> AuthorDate: Tue Mar 26 11:22:18 2024 +0100 Add activemq to list of modules --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 8c333c8..da54401 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>
