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 3396a6d083 Add camel-quarkus-support-httpclient5 to keycloak extension
3396a6d083 is described below

commit 3396a6d083f9549d5336f5cdfbd1a1091b665b9e
Author: James Netherton <[email protected]>
AuthorDate: Wed Jan 14 12:58:01 2026 +0000

    Add camel-quarkus-support-httpclient5 to keycloak extension
---
 extensions/keycloak/deployment/pom.xml | 4 ++++
 extensions/keycloak/runtime/pom.xml    | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/extensions/keycloak/deployment/pom.xml 
b/extensions/keycloak/deployment/pom.xml
index 5a890ae118..b0527bead2 100644
--- a/extensions/keycloak/deployment/pom.xml
+++ b/extensions/keycloak/deployment/pom.xml
@@ -34,6 +34,10 @@
             <groupId>org.apache.camel.quarkus</groupId>
             <artifactId>camel-quarkus-core-deployment</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.camel.quarkus</groupId>
+            
<artifactId>camel-quarkus-support-httpclient5-deployment</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.apache.camel.quarkus</groupId>
             <artifactId>camel-quarkus-keycloak</artifactId>
diff --git a/extensions/keycloak/runtime/pom.xml 
b/extensions/keycloak/runtime/pom.xml
index f704ccb30a..309013a7e0 100644
--- a/extensions/keycloak/runtime/pom.xml
+++ b/extensions/keycloak/runtime/pom.xml
@@ -41,6 +41,10 @@
             <groupId>org.apache.camel.quarkus</groupId>
             <artifactId>camel-quarkus-core</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.camel.quarkus</groupId>
+            <artifactId>camel-quarkus-support-httpclient5</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-keycloak</artifactId>

Reply via email to