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
The following commit(s) were added to refs/heads/master by this push: new 7d3ef86 Camel-example-jdbc: Use camel-spring-main 7d3ef86 is described below commit 7d3ef8642a3cb459639d1081f0632cbfe45ab700 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed May 13 14:13:58 2020 +0200 Camel-example-jdbc: Use camel-spring-main --- examples/camel-example-jdbc/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/camel-example-jdbc/pom.xml b/examples/camel-example-jdbc/pom.xml index 1b6e587..9818cc1 100644 --- a/examples/camel-example-jdbc/pom.xml +++ b/examples/camel-example-jdbc/pom.xml @@ -62,7 +62,7 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-spring</artifactId> + <artifactId>camel-spring-main</artifactId> </dependency> <dependency> <groupId>org.apache.camel</groupId>