I made a simple example using Camels FTP component. For that I added
      <artifactId>camel-ftp</artifactId>
to my pom.xml file.

Unfortunately when running the code I got some strange error messages.

What solved the problem was adding an additional line to my pom.xml file:
      <artifactId>camel-spring</artifactId>

Question: Why does Maven not automatically add this dependency when using
camel-ftp ?

cheers,
T.

--
View this message in context: 
http://camel.465427.n5.nabble.com/Maven-dependencies-for-camel-ftp-tp4727138p4727138.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to