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 e342e4e4c6 Fix Gradle dev mode execution for gRPC extension
e342e4e4c6 is described below

commit e342e4e4c67fc0c19a1a380ff3774543713bcc3f
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Mon Jul 1 08:28:19 2024 +0100

    Fix Gradle dev mode execution for gRPC extension
    
    Fixes #6239
---
 extensions/grpc/deployment/pom.xml | 10 ----------
 extensions/grpc/runtime/pom.xml    |  4 ----
 2 files changed, 14 deletions(-)

diff --git a/extensions/grpc/deployment/pom.xml 
b/extensions/grpc/deployment/pom.xml
index a434151c5d..2083715248 100644
--- a/extensions/grpc/deployment/pom.xml
+++ b/extensions/grpc/deployment/pom.xml
@@ -34,10 +34,6 @@
             <groupId>io.quarkus</groupId>
             <artifactId>quarkus-grpc-common</artifactId>
             <exclusions>
-                <exclusion>
-                    <groupId>io.quarkus</groupId>
-                    <artifactId>quarkus-vertx</artifactId>
-                </exclusion>
                 <exclusion>
                     <groupId>io.vertx</groupId>
                     <artifactId>vertx-grpc</artifactId>
@@ -59,12 +55,6 @@
         <dependency>
             <groupId>io.quarkus</groupId>
             <artifactId>quarkus-grpc-common-deployment</artifactId>
-            <exclusions>
-                <exclusion>
-                    <groupId>io.quarkus</groupId>
-                    <artifactId>quarkus-vertx-deployment</artifactId>
-                </exclusion>
-            </exclusions>
         </dependency>
         <dependency>
             <groupId>io.quarkus</groupId>
diff --git a/extensions/grpc/runtime/pom.xml b/extensions/grpc/runtime/pom.xml
index 868e7ef2ac..2526c016de 100644
--- a/extensions/grpc/runtime/pom.xml
+++ b/extensions/grpc/runtime/pom.xml
@@ -39,10 +39,6 @@
             <groupId>io.quarkus</groupId>
             <artifactId>quarkus-grpc-common</artifactId>
             <exclusions>
-                <exclusion>
-                    <groupId>io.quarkus</groupId>
-                    <artifactId>quarkus-vertx</artifactId>
-                </exclusion>
                 <exclusion>
                     <groupId>io.vertx</groupId>
                     <artifactId>vertx-grpc</artifactId>

Reply via email to