diff --git a/extensions/vertx-graphql/runtime/pom.xml b/extensions/vertx-graphql/runtime/pom.xml
index a6e64fc823022..c95e48662eabf 100644
--- a/extensions/vertx-graphql/runtime/pom.xml
+++ b/extensions/vertx-graphql/runtime/pom.xml
@@ -18,6 +18,10 @@
io.vertx
vertx-web-graphql
+
+ io.quarkus
+ quarkus-vertx-http
+
diff --git a/integration-tests/vertx-graphql/pom.xml b/integration-tests/vertx-graphql/pom.xml
index c91ae7dcb8f18..e0394569c31cb 100644
--- a/integration-tests/vertx-graphql/pom.xml
+++ b/integration-tests/vertx-graphql/pom.xml
@@ -14,10 +14,6 @@
Quarkus - Quarkus - Vert.x GraphQL - Integration Test
-
- io.quarkus
- quarkus-resteasy
-
io.quarkus
quarkus-vertx-graphql