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 9e58a5ffc3cf794839f179a42883fe6eb0acec56
Author: Jiri Ondrusek <[email protected]>
AuthorDate: Thu Oct 23 09:42:19 2025 +0200

    Fixed twilio
---
 extensions/twilio/deployment/pom.xml | 2 +-
 extensions/twilio/runtime/pom.xml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/extensions/twilio/deployment/pom.xml 
b/extensions/twilio/deployment/pom.xml
index 29de5c9439..8e2301015c 100644
--- a/extensions/twilio/deployment/pom.xml
+++ b/extensions/twilio/deployment/pom.xml
@@ -36,7 +36,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.camel.quarkus</groupId>
-            
<artifactId>camel-quarkus-support-httpclient-deployment</artifactId>
+            
<artifactId>camel-quarkus-support-httpclient5-deployment</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.camel.quarkus</groupId>
diff --git a/extensions/twilio/runtime/pom.xml 
b/extensions/twilio/runtime/pom.xml
index 0c771cf21f..eeea8f4937 100644
--- a/extensions/twilio/runtime/pom.xml
+++ b/extensions/twilio/runtime/pom.xml
@@ -42,7 +42,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.camel.quarkus</groupId>
-            <artifactId>camel-quarkus-support-httpclient</artifactId>
+            <artifactId>camel-quarkus-support-httpclient5</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.camel.quarkus</groupId>

Reply via email to