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 374492ea603b0a3c37b535d1f1520d7ba860102d Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Sun Mar 29 17:20:37 2020 +0200 Camel-example-cxf-proxy: fix build and use camel-spring-main --- examples/camel-example-cxf-proxy/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/camel-example-cxf-proxy/pom.xml b/examples/camel-example-cxf-proxy/pom.xml index 60d6a2e..39b51ed 100644 --- a/examples/camel-example-cxf-proxy/pom.xml +++ b/examples/camel-example-cxf-proxy/pom.xml @@ -80,6 +80,11 @@ <artifactId>camel-cxf</artifactId> </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-spring-main</artifactId> + </dependency> + <!-- cxf --> <!-- used by the real web service --> <dependency>