You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/03/29 15:27:56 UTC

[camel-examples] 02/05: Camel-console-example: fix build and use camel-spring-main

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 cac680351e5428f72862722b793a4e9050ea7a37
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Mar 29 17:22:42 2020 +0200

    Camel-console-example: fix build and use camel-spring-main
---
 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 3d3be5e..98e257c 100644
--- a/examples/camel-example-console/pom.xml
+++ b/examples/camel-example-console/pom.xml
@@ -61,6 +61,10 @@
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
+            <artifactId>camel-spring-main</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
             <artifactId>camel-stream</artifactId>
         </dependency>