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 10a75646d46231c3dc76d337ba0c7cfbe716615c Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Jan 28 14:48:49 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 a79b4ce49b42..8f712398a4b4 100644 --- a/catalog/camel-allcomponents/pom.xml +++ b/catalog/camel-allcomponents/pom.xml @@ -51,6 +51,7 @@ </repositories> <dependencies> + <!-- CODEGEN DEPENDENCIES START --> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-activemq</artifactId>
