Camel-example-spring: Fixed example
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>