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 bd281af4f6622a60fa7e095f5381896dbeff954a
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 37cd83710f..825f56bbe1 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 52a4778c46..c95198f882 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