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:57 UTC

[camel-examples] 03/05: Loan broker CXF 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 4abc7f11f61689b9d8ddae5573c95fdc67604fff
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Mar 29 17:23:59 2020 +0200

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

diff --git a/examples/camel-example-loan-broker-cxf/pom.xml b/examples/camel-example-loan-broker-cxf/pom.xml
index ee588be..e5bba0f 100644
--- a/examples/camel-example-loan-broker-cxf/pom.xml
+++ b/examples/camel-example-loan-broker-cxf/pom.xml
@@ -71,6 +71,10 @@
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
+            <artifactId>camel-spring-main</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
             <artifactId>camel-cxf</artifactId>
         </dependency>
         <dependency>