You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2020/10/12 07:50:51 UTC

[camel-quarkus] branch master updated: camel-quarkus-jira: Add resteasy-common dependency

This is an automated email from the ASF dual-hosted git repository.

ppalaga pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/master by this push:
     new 7bb1620  camel-quarkus-jira: Add resteasy-common dependency
7bb1620 is described below

commit 7bb16205e93ee0b74168b5432ef32ad48d254d16
Author: mmelko <mm...@redhat.com>
AuthorDate: Fri Oct 9 22:41:29 2020 +0200

    camel-quarkus-jira: Add resteasy-common dependency
---
 extensions/jira/deployment/pom.xml | 4 ++++
 extensions/jira/runtime/pom.xml    | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/extensions/jira/deployment/pom.xml b/extensions/jira/deployment/pom.xml
index a31b7b3..94e47fb 100644
--- a/extensions/jira/deployment/pom.xml
+++ b/extensions/jira/deployment/pom.xml
@@ -46,6 +46,10 @@
             <groupId>org.apache.camel.quarkus</groupId>
             <artifactId>camel-quarkus-support-commons-logging-deployment</artifactId>
         </dependency>
+        <dependency>
+            <groupId>io.quarkus</groupId>
+            <artifactId>quarkus-resteasy-common-deployment</artifactId>
+        </dependency>
     </dependencies>
 
     <build>
diff --git a/extensions/jira/runtime/pom.xml b/extensions/jira/runtime/pom.xml
index b30be7f..b71129a 100644
--- a/extensions/jira/runtime/pom.xml
+++ b/extensions/jira/runtime/pom.xml
@@ -93,6 +93,10 @@
                 </exclusion>
             </exclusions>
         </dependency>
+        <dependency>
+            <groupId>io.quarkus</groupId>
+            <artifactId>quarkus-resteasy-common</artifactId>
+        </dependency>
     </dependencies>
 
     <build>