This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new 3c7a5d3df1 Add quarkus-netty to google-storage extension
3c7a5d3df1 is described below
commit 3c7a5d3df1db1b4d107d410e2e5178992e6b57a3
Author: James Netherton <[email protected]>
AuthorDate: Tue Sep 30 07:44:37 2025 +0100
Add quarkus-netty to google-storage extension
---
extensions/google-storage/deployment/pom.xml | 4 ++++
extensions/google-storage/runtime/pom.xml | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/extensions/google-storage/deployment/pom.xml
b/extensions/google-storage/deployment/pom.xml
index 7d4b13c321..bbc1f0f567 100644
--- a/extensions/google-storage/deployment/pom.xml
+++ b/extensions/google-storage/deployment/pom.xml
@@ -30,6 +30,10 @@
<name>Camel Quarkus :: Google Storage :: Deployment</name>
<dependencies>
+ <dependency>
+ <groupId>io.quarkus</groupId>
+ <artifactId>quarkus-netty-deployment</artifactId>
+ </dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-core-deployment</artifactId>
diff --git a/extensions/google-storage/runtime/pom.xml
b/extensions/google-storage/runtime/pom.xml
index 9cfe2f697c..726823ac9c 100644
--- a/extensions/google-storage/runtime/pom.xml
+++ b/extensions/google-storage/runtime/pom.xml
@@ -36,6 +36,10 @@
</properties>
<dependencies>
+ <dependency>
+ <groupId>io.quarkus</groupId>
+ <artifactId>quarkus-netty</artifactId>
+ </dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-core</artifactId>