From e11b148077dd552f5bf241df37b395a333d6e032 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Mon, 14 Mar 2022 10:55:52 +0100 Subject: [PATCH] Fix SmallRye GraphQL Client dependencies It depends on Vert.x but we don't depend on quarkus-vertx. You only have the issue when you don't have quarkus-vertx brought by another dependencies, which is the case for most applications but not for command mode apps. --- extensions/smallrye-graphql-client/deployment/pom.xml | 4 ++++ extensions/smallrye-graphql-client/runtime/pom.xml | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/extensions/smallrye-graphql-client/deployment/pom.xml b/extensions/smallrye-graphql-client/deployment/pom.xml index 5b38db500420f..43ba287ad9517 100644 --- a/extensions/smallrye-graphql-client/deployment/pom.xml +++ b/extensions/smallrye-graphql-client/deployment/pom.xml @@ -25,6 +25,10 @@ io.quarkus quarkus-jsonb-deployment + + io.quarkus + quarkus-vertx-deployment + io.quarkus quarkus-smallrye-graphql-client diff --git a/extensions/smallrye-graphql-client/runtime/pom.xml b/extensions/smallrye-graphql-client/runtime/pom.xml index b0d06078c8d5d..a52ac59907745 100644 --- a/extensions/smallrye-graphql-client/runtime/pom.xml +++ b/extensions/smallrye-graphql-client/runtime/pom.xml @@ -26,6 +26,10 @@ io.quarkus quarkus-jsonb + + io.quarkus + quarkus-vertx + io.smallrye @@ -67,4 +71,4 @@ - \ No newline at end of file +