This is an automated email from the ASF dual-hosted git repository. davsclaus 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 a4b9252 Fixed example a4b9252 is described below commit a4b9252dd823c1074c6866b3761e53ced2914ced Author: Claus Ibsen <davsclaus@Mac-mini.local> AuthorDate: Thu Feb 11 21:10:47 2021 +0100 Fixed example --- examples/camel-example-console/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/camel-example-console/pom.xml b/examples/camel-example-console/pom.xml index dfb5098..a3bf962 100644 --- a/examples/camel-example-console/pom.xml +++ b/examples/camel-example-console/pom.xml @@ -65,6 +65,10 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-spring-xml</artifactId> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-stream</artifactId> </dependency>