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
+