This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch missing-connectors-0.4.x in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
commit 32bc36cad8662a4a3efbb99d2a3aea2bf38c1b90 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Aug 3 08:13:46 2020 +0200 Added missing connector in connectors pom --- connectors/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/connectors/pom.xml b/connectors/pom.xml index 1a842b2..0ba969d 100644 --- a/connectors/pom.xml +++ b/connectors/pom.xml @@ -194,6 +194,7 @@ <module>camel-aws-sqs-kafka-connector</module> <module>camel-aws-swf-kafka-connector</module> <module>camel-aws-translate-kafka-connector</module> + <module>camel-aws2-athena-kafka-connector</module> <module>camel-aws2-cw-kafka-connector</module> <module>camel-aws2-ddb-kafka-connector</module> <module>camel-aws2-ddbstream-kafka-connector</module> @@ -426,6 +427,7 @@ <module>camel-rest-kafka-connector</module> <module>camel-rest-openapi-kafka-connector</module> <module>camel-rest-swagger-kafka-connector</module> + <module>camel-resteasy-kafka-connector</module> <module>camel-robotframework-kafka-connector</module> <module>camel-rss-kafka-connector</module> <module>camel-saga-kafka-connector</module>
