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-kafka-connector.git
commit efa2baa35934475691c15c57f3052e9ba5a65f20 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Dec 1 13:03:22 2020 +0100 Added SQL IT Test to Tests POM --- tests/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pom.xml b/tests/pom.xml index f32950b..a5ef718 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -63,6 +63,7 @@ <module>itests-rabbitmq</module> <module>itests-couchbase</module> <module>itests-ssh</module> + <module>itests-sql</module> </modules>