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 49034e7ca9fdf594e770da1751538c2134e1cacc Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Sun Mar 29 17:26:40 2020 +0200 camel-spring example: fix build and use camel-spring-main --- examples/camel-example-spring/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/camel-example-spring/pom.xml b/examples/camel-example-spring/pom.xml index 5fbc528..07cba75 100644 --- a/examples/camel-example-spring/pom.xml +++ b/examples/camel-example-spring/pom.xml @@ -65,6 +65,11 @@ </dependency> <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-spring-main</artifactId> + </dependency> + + <dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-broker</artifactId> <version>${activemq-version}</version>