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
commit ebe657652ae6e9fcece2f2346e5d019d6c46aa22 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Jan 28 15:00:58 2026 +0100 Camel-AWS components: Use ObjectHelper for null checks Signed-off-by: Andrea Cosentino <[email protected]> --- catalog/camel-allcomponents/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/catalog/camel-allcomponents/pom.xml b/catalog/camel-allcomponents/pom.xml index 8f712398a4b4..3becdd4fdf14 100644 --- a/catalog/camel-allcomponents/pom.xml +++ b/catalog/camel-allcomponents/pom.xml @@ -2277,6 +2277,7 @@ <artifactId>camel-zookeeper-master</artifactId> <version>${project.version}</version> </dependency> + <!-- CODEGEN DEPENDENCIES END --> </dependencies> </project>
