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

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


The following commit(s) were added to refs/heads/3.2.x by this push:
     new 4793edbecd Remove duplicate quarkus-resteasy dependency from 
camel-quarkus-integration-test-azure-servicebus
4793edbecd is described below

commit 4793edbecd46a0dca9634b1f1d200b4b73d4d729
Author: James Netherton <jamesnether...@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 55dbfdf20b..bed9b78f8c 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>

Reply via email to