This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 17c01f2d660 CAMEL-20088 - Camel-Azure-Schema-Registry component:
Moving the bits from camel-kamelets and have a non-classic component (#11928)
17c01f2d660 is described below
commit 17c01f2d6607f6657370e3672e0044305676a638
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Nov 7 10:53:48 2023 +0100
CAMEL-20088 - Camel-Azure-Schema-Registry component: Moving the bits from
camel-kamelets and have a non-classic component (#11928)
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>