This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch 3.8.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 7503035a5bc4ce514037e352ceffeab9eade05c9 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Wed Mar 13 09:59:47 2024 +0000 Remove obsolete vertx-grpc exclusions since they potentially cause issues if quarkus-grpc is present Fixes #5866 --- extensions/google-bigquery/deployment/pom.xml | 30 --------------------------- extensions/google-bigquery/runtime/pom.xml | 16 -------------- extensions/google-pubsub/deployment/pom.xml | 30 --------------------------- extensions/google-pubsub/runtime/pom.xml | 16 -------------- extensions/salesforce/deployment/pom.xml | 28 ------------------------- extensions/salesforce/runtime/pom.xml | 18 ---------------- 6 files changed, 138 deletions(-) diff --git a/extensions/google-bigquery/deployment/pom.xml b/extensions/google-bigquery/deployment/pom.xml index f117bdb0f0..791f32bb9d 100644 --- a/extensions/google-bigquery/deployment/pom.xml +++ b/extensions/google-bigquery/deployment/pom.xml @@ -30,32 +30,6 @@ <name>Camel Quarkus :: Google BigQuery :: Deployment</name> <dependencies> - <dependency> - <groupId>io.quarkus</groupId> - <artifactId>quarkus-grpc-common</artifactId> - <exclusions> - <exclusion> - <groupId>com.google.code.findbugs</groupId> - <artifactId>jsr305</artifactId> - </exclusion> - <exclusion> - <groupId>io.quarkus</groupId> - <artifactId>quarkus-vertx</artifactId> - </exclusion> - <exclusion> - <groupId>io.vertx</groupId> - <artifactId>vertx-grpc</artifactId> - </exclusion> - <exclusion> - <groupId>io.vertx</groupId> - <artifactId>vertx-grpc-client</artifactId> - </exclusion> - <exclusion> - <groupId>io.vertx</groupId> - <artifactId>vertx-grpc-server</artifactId> - </exclusion> - </exclusions> - </dependency> <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-grpc-common-deployment</artifactId> @@ -64,10 +38,6 @@ <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> </exclusion> - <exclusion> - <groupId>io.quarkus</groupId> - <artifactId>quarkus-vertx-deployment</artifactId> - </exclusion> </exclusions> </dependency> <dependency> diff --git a/extensions/google-bigquery/runtime/pom.xml b/extensions/google-bigquery/runtime/pom.xml index 4903941957..bf4cfc1632 100644 --- a/extensions/google-bigquery/runtime/pom.xml +++ b/extensions/google-bigquery/runtime/pom.xml @@ -44,22 +44,6 @@ <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> </exclusion> - <exclusion> - <groupId>io.quarkus</groupId> - <artifactId>quarkus-vertx</artifactId> - </exclusion> - <exclusion> - <groupId>io.vertx</groupId> - <artifactId>vertx-grpc</artifactId> - </exclusion> - <exclusion> - <groupId>io.vertx</groupId> - <artifactId>vertx-grpc-client</artifactId> - </exclusion> - <exclusion> - <groupId>io.vertx</groupId> - <artifactId>vertx-grpc-server</artifactId> - </exclusion> </exclusions> </dependency> <dependency> diff --git a/extensions/google-pubsub/deployment/pom.xml b/extensions/google-pubsub/deployment/pom.xml index f1f2911e80..a267d448c0 100644 --- a/extensions/google-pubsub/deployment/pom.xml +++ b/extensions/google-pubsub/deployment/pom.xml @@ -34,32 +34,6 @@ <groupId>io.quarkus</groupId> <artifactId>quarkus-jackson-deployment</artifactId> </dependency> - <dependency> - <groupId>io.quarkus</groupId> - <artifactId>quarkus-grpc-common</artifactId> - <exclusions> - <exclusion> - <groupId>com.google.code.findbugs</groupId> - <artifactId>jsr305</artifactId> - </exclusion> - <exclusion> - <groupId>io.quarkus</groupId> - <artifactId>quarkus-vertx</artifactId> - </exclusion> - <exclusion> - <groupId>io.vertx</groupId> - <artifactId>vertx-grpc</artifactId> - </exclusion> - <exclusion> - <groupId>io.vertx</groupId> - <artifactId>vertx-grpc-client</artifactId> - </exclusion> - <exclusion> - <groupId>io.vertx</groupId> - <artifactId>vertx-grpc-server</artifactId> - </exclusion> - </exclusions> - </dependency> <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-grpc-common-deployment</artifactId> @@ -68,10 +42,6 @@ <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> </exclusion> - <exclusion> - <groupId>io.quarkus</groupId> - <artifactId>quarkus-vertx-deployment</artifactId> - </exclusion> </exclusions> </dependency> <dependency> diff --git a/extensions/google-pubsub/runtime/pom.xml b/extensions/google-pubsub/runtime/pom.xml index 97f9d5e82e..5406cbc1dd 100644 --- a/extensions/google-pubsub/runtime/pom.xml +++ b/extensions/google-pubsub/runtime/pom.xml @@ -63,22 +63,6 @@ <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> </exclusion> - <exclusion> - <groupId>io.quarkus</groupId> - <artifactId>quarkus-vertx</artifactId> - </exclusion> - <exclusion> - <groupId>io.vertx</groupId> - <artifactId>vertx-grpc</artifactId> - </exclusion> - <exclusion> - <groupId>io.vertx</groupId> - <artifactId>vertx-grpc-client</artifactId> - </exclusion> - <exclusion> - <groupId>io.vertx</groupId> - <artifactId>vertx-grpc-server</artifactId> - </exclusion> </exclusions> </dependency> <dependency> diff --git a/extensions/salesforce/deployment/pom.xml b/extensions/salesforce/deployment/pom.xml index 722ca39d56..6ee906852c 100644 --- a/extensions/salesforce/deployment/pom.xml +++ b/extensions/salesforce/deployment/pom.xml @@ -37,37 +37,9 @@ <groupId>io.quarkus</groupId> <artifactId>quarkus-jaxb-deployment</artifactId> </dependency> - <dependency> - <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> - </exclusion> - <exclusion> - <groupId>io.vertx</groupId> - <artifactId>vertx-grpc-client</artifactId> - </exclusion> - <exclusion> - <groupId>io.vertx</groupId> - <artifactId>vertx-grpc-server</artifactId> - </exclusion> - </exclusions> - </dependency> <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/salesforce/runtime/pom.xml b/extensions/salesforce/runtime/pom.xml index fc46deaf73..8826726ae8 100644 --- a/extensions/salesforce/runtime/pom.xml +++ b/extensions/salesforce/runtime/pom.xml @@ -45,24 +45,6 @@ <dependency> <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> - </exclusion> - <exclusion> - <groupId>io.vertx</groupId> - <artifactId>vertx-grpc-client</artifactId> - </exclusion> - <exclusion> - <groupId>io.vertx</groupId> - <artifactId>vertx-grpc-server</artifactId> - </exclusion> - </exclusions> </dependency> <dependency>