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-examples.git

commit e97c231f28ec1ceef9db8475cac0bca9819c9304
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Sun Mar 29 17:25:22 2020 +0200

    Loan broker JMS example: fix build and use camel-spring-main
---
 examples/camel-example-loan-broker-jms/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/examples/camel-example-loan-broker-jms/pom.xml 
b/examples/camel-example-loan-broker-jms/pom.xml
index 40eff81..bcfbe55 100644
--- a/examples/camel-example-loan-broker-jms/pom.xml
+++ b/examples/camel-example-loan-broker-jms/pom.xml
@@ -62,6 +62,10 @@
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
+            <artifactId>camel-spring-main</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
             <artifactId>camel-jms</artifactId>
         </dependency>
         <dependency>

Reply via email to