-Message d'origine-
De : Claus Ibsen [mailto:claus.ib...@gmail.com]
Envoyé : 16 juillet 2017 03:16
À : users@camel.apache.org
>
> You should use the versions of the JARs that Apache Camel is built with.
>
> When you use Maven you get this "for free" here is what camel-ssh has a
> dependen
I'm a raw beginner with Camel.
I'm trying to work out an ssh query-response route using Camel. The java 8
code is very simply this:
package ...;
import org.apache.camel.CamelContext;
import org.apache.camel.builder.RouteBuilder;
import org.apache.camel.impl.DefaultCamelContext;
public cl