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 73343ed  Camel-example-spring: Fixed example
73343ed is described below

commit 73343edd1c4f1cc99c78aca14ac826143f56d1fa
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu May 14 08:37:19 2020 +0200

    Camel-example-spring: Fixed example
---
 examples/camel-example-spring/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/examples/camel-example-spring/pom.xml 
b/examples/camel-example-spring/pom.xml
index 0c55119..4e0889c 100644
--- a/examples/camel-example-spring/pom.xml
+++ b/examples/camel-example-spring/pom.xml
@@ -54,9 +54,10 @@
     </dependencyManagement>
 
     <dependencies>
+
         <dependency>
             <groupId>org.apache.camel</groupId>
-            <artifactId>camel-spring</artifactId>
+            <artifactId>camel-file</artifactId>
         </dependency>
 
         <dependency>

Reply via email to