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 47c3a17516 Use quarkus-rest-client instead of quarkus-rest in Jira 
extension
47c3a17516 is described below

commit 47c3a1751644007f4ab3a5fefcc29d1bcab263dd
Author: James Netherton <[email protected]>
AuthorDate: Mon Mar 10 07:52:06 2025 +0000

    Use quarkus-rest-client instead of quarkus-rest in Jira extension
    
    Fixes #7114
---
 extensions/jira/deployment/pom.xml | 2 +-
 extensions/jira/runtime/pom.xml    | 2 +-
 integration-tests/jira/pom.xml     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/extensions/jira/deployment/pom.xml 
b/extensions/jira/deployment/pom.xml
index dba0e40901..1fa892d923 100644
--- a/extensions/jira/deployment/pom.xml
+++ b/extensions/jira/deployment/pom.xml
@@ -48,7 +48,7 @@
         </dependency>
         <dependency>
             <groupId>io.quarkus</groupId>
-            <artifactId>quarkus-rest-deployment</artifactId>
+            <artifactId>quarkus-rest-client-deployment</artifactId>
         </dependency>
         <dependency>
             <groupId>org.eclipse.transformer</groupId>
diff --git a/extensions/jira/runtime/pom.xml b/extensions/jira/runtime/pom.xml
index 896ebb6114..e7a0b209db 100644
--- a/extensions/jira/runtime/pom.xml
+++ b/extensions/jira/runtime/pom.xml
@@ -89,7 +89,7 @@
         </dependency>
         <dependency>
             <groupId>io.quarkus</groupId>
-            <artifactId>quarkus-rest</artifactId>
+            <artifactId>quarkus-rest-client</artifactId>
         </dependency>
     </dependencies>
 
diff --git a/integration-tests/jira/pom.xml b/integration-tests/jira/pom.xml
index edfd3c0758..64c4849ae3 100644
--- a/integration-tests/jira/pom.xml
+++ b/integration-tests/jira/pom.xml
@@ -41,7 +41,7 @@
         </dependency>
         <dependency>
             <groupId>io.quarkus</groupId>
-            <artifactId>quarkus-rest-client-jackson</artifactId>
+            <artifactId>quarkus-rest-jsonb</artifactId>
         </dependency>
 
         <!-- test dependencies -->

Reply via email to