You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2023/10/25 18:33:15 UTC

[camel-quarkus] branch main updated: Remove duplicate quarkus-resteasy dependency from camel-quarkus-integration-test-azure-servicebus

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 9f52c497c8 Remove duplicate quarkus-resteasy dependency from camel-quarkus-integration-test-azure-servicebus
9f52c497c8 is described below

commit 9f52c497c886678b1a291701df165044c59b04a7
Author: James Netherton <ja...@gmail.com>
AuthorDate: Wed Oct 25 15:11:41 2023 +0100

    Remove duplicate quarkus-resteasy dependency from camel-quarkus-integration-test-azure-servicebus
---
 integration-tests-jvm/azure-servicebus/pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/integration-tests-jvm/azure-servicebus/pom.xml b/integration-tests-jvm/azure-servicebus/pom.xml
index 53cbef0fa3..fb6eb0cb85 100644
--- a/integration-tests-jvm/azure-servicebus/pom.xml
+++ b/integration-tests-jvm/azure-servicebus/pom.xml
@@ -66,10 +66,6 @@
             <groupId>org.apache.camel.quarkus</groupId>
             <artifactId>camel-quarkus-mock</artifactId>
         </dependency>
-        <dependency>
-            <groupId>io.quarkus</groupId>
-            <artifactId>quarkus-resteasy</artifactId>
-        </dependency>
         <dependency>
             <groupId>io.quarkus</groupId>
             <artifactId>quarkus-resteasy-jsonb</artifactId>