You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/09/09 17:57:32 UTC

[camel-kafka-connector] 04/06: Add component to exclusion list

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 <an...@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>