This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit f99d76fe78947e86a9ea2ea62225500c656b3894
Author: Jiri Ondrusek <[email protected]>
AuthorDate: Mon Feb 23 13:00:21 2026 +0100

    Generated
---
 .../runtime/src/main/resources/META-INF/quarkus-extension.yaml       | 4 +++-
 poms/bom/pom.xml                                                     | 5 +++++
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git 
a/extensions/hazelcast/runtime/src/main/resources/META-INF/quarkus-extension.yaml
 
b/extensions/hazelcast/runtime/src/main/resources/META-INF/quarkus-extension.yaml
index 0de99d635a..111012337e 100644
--- 
a/extensions/hazelcast/runtime/src/main/resources/META-INF/quarkus-extension.yaml
+++ 
b/extensions/hazelcast/runtime/src/main/resources/META-INF/quarkus-extension.yaml
@@ -29,4 +29,6 @@ metadata:
   guide: 
"https://camel.apache.org/camel-quarkus/latest/reference/extensions/hazelcast.html";
   categories:
   - "integration"
-  status: "stable"
+  status:
+  - "stable"
+  - "deprecated"
\ No newline at end of file
diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml
index 0a739eb595..29a2062973 100644
--- a/poms/bom/pom.xml
+++ b/poms/bom/pom.xml
@@ -1343,6 +1343,11 @@
                     </exclusion>
                 </exclusions>
             </dependency>
+            <dependency>
+                <groupId>org.apache.camel</groupId>
+                <artifactId>camel-google-common</artifactId>
+                <version>${camel.version}</version>
+            </dependency>
             <dependency>
                 <groupId>org.apache.camel</groupId>
                 <artifactId>camel-google-drive</artifactId>

Reply via email to