This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch remove-useless-connector in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
commit 07f1592c01cbe2519a08591d4b0c2efc6797db0c Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Sep 9 19:22:29 2020 +0200 Add component to exclusion list --- connectors/pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/connectors/pom.xml b/connectors/pom.xml index cc55d56..0dbac98 100644 --- a/connectors/pom.xml +++ b/connectors/pom.xml @@ -116,6 +116,9 @@ <param>aws2-kms</param> <param>aws2-mq</param> <param>aws2-msk</param> + <param>mock</param> + <param>ref</param> + <param>robotframework</param> </excludedComponents> </configuration> <executions>