You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/03/29 15:27:58 UTC

[camel-examples] 04/05: Loan broker JMS example: fix build and use camel-spring-main

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 <an...@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>