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