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 <poth.j...@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>