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.git
The following commit(s) were added to refs/heads/master by this push:
new dcfb8f7 CAMEL-13138 - Added example amqp to Examples POM
dcfb8f7 is described below
commit dcfb8f7a9b03778554cb8c33fff9cf125c8c2e47
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Mar 7 07:31:59 2019 +0100
CAMEL-13138 - Added example amqp to Examples POM
---
examples/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/examples/pom.xml b/examples/pom.xml
index a5c5d8b..1d04382 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -101,6 +101,7 @@
<module>camel-example-spring</module>
<module>camel-example-spring-boot</module>
<module>camel-example-spring-boot-activemq</module>
+ <module>camel-example-spring-boot-amqp</module>
<module>camel-example-spring-boot-clustered-route-controller</module>
<module>camel-example-spring-boot-geocoder</module>
<module>camel-example-spring-boot-grpc</module>