This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch CAMEL-20088-2 in repository https://gitbox.apache.org/repos/asf/camel.git
commit 47afd81d5e7d186112ab937760cda80e5a4ba070 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Nov 7 10:35:29 2023 +0100 CAMEL-20088 - Camel-Azure-Schema-Registry component: Moving the bits from camel-kamelets and have a non-classic component Signed-off-by: Andrea Cosentino <[email protected]> --- components/camel-azure/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/components/camel-azure/pom.xml b/components/camel-azure/pom.xml index af5b431dce2..ae3e376e2c8 100644 --- a/components/camel-azure/pom.xml +++ b/components/camel-azure/pom.xml @@ -53,6 +53,7 @@ <module>camel-azure-servicebus</module> <module>camel-azure-key-vault</module> <module>camel-azure-files</module> + <module>camel-azure-schema-registry</module> </modules> </project>
