This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch ssh-itest in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
commit c21ec0b6fd5bbdd5cb501fa12c4c970296aa5b3d Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Nov 26 08:10:14 2020 +0100 Added Integration test for Camel-Ssh-Kafka-connector to modules --- tests/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pom.xml b/tests/pom.xml index ea303fa..f32950b 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -62,6 +62,7 @@ <module>perf-tests-rabbitmq</module> <module>itests-rabbitmq</module> <module>itests-couchbase</module> + <module>itests-ssh</module> </modules>