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.git
commit 1c356ef09f9ff89b3a5f9ae482b30e0b0e752e8b Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Mar 11 07:24:31 2021 +0100 CAMEL-16333 - Having a middle folder for debezium components --- components/pom.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/components/pom.xml b/components/pom.xml index 2a4c057..9105218 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -138,11 +138,7 @@ <module>camel-csimple-joor</module> <module>camel-csv</module> <module>camel-datasonnet</module> - <module>camel-debezium-common</module> - <module>camel-debezium-mongodb</module> - <module>camel-debezium-mysql</module> - <module>camel-debezium-postgres</module> - <module>camel-debezium-sqlserver</module> + <module>camel-debezium</module> <module>camel-digitalocean</module> <module>camel-disruptor</module> <module>camel-djl</module>