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 fbb8cdf  Camel-example-ssh: Use camel-spring-main
fbb8cdf is described below

commit fbb8cdfff5d0e0b36655b663b261525e518b3b10
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu May 14 08:42:57 2020 +0200

    Camel-example-ssh: Use camel-spring-main
---
 examples/camel-example-ssh/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/camel-example-ssh/pom.xml 
b/examples/camel-example-ssh/pom.xml
index 308e1c3..2d15ae6 100644
--- a/examples/camel-example-ssh/pom.xml
+++ b/examples/camel-example-ssh/pom.xml
@@ -59,7 +59,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
-            <artifactId>camel-spring</artifactId>
+            <artifactId>camel-spring-main</artifactId>
         </dependency>
 
         <dependency>

Reply via email to