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

commit 5c786758f075f7c401bd0368dc9cae63b9146011
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu May 14 08:39:47 2020 +0200

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

diff --git a/examples/camel-example-ssh-security/pom.xml 
b/examples/camel-example-ssh-security/pom.xml
index 32c9458..953bf4e 100644
--- a/examples/camel-example-ssh-security/pom.xml
+++ b/examples/camel-example-ssh-security/pom.xml
@@ -60,7 +60,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
-            <artifactId>camel-spring</artifactId>
+            <artifactId>camel-spring-main</artifactId>
         </dependency>
 
         <dependency>

Reply via email to