diff --git a/core/deployment/pom.xml b/core/deployment/pom.xml
index d7d8866a1..eeeb598c5 100644
--- a/core/deployment/pom.xml
+++ b/core/deployment/pom.xml
@@ -23,7 +23,7 @@
io.quarkus
- quarkus-vertx-http-deployment
+ quarkus-vertx-deployment
io.quarkiverse.poi
diff --git a/core/runtime/pom.xml b/core/runtime/pom.xml
index bd3f3c270..bb69ccb8c 100644
--- a/core/runtime/pom.xml
+++ b/core/runtime/pom.xml
@@ -23,7 +23,7 @@
io.quarkus
- quarkus-vertx-http
+ quarkus-vertx
io.micrometer
diff --git a/integration-tests/devui/pom.xml b/integration-tests/devui/pom.xml
index 8172ed6a3..280329197 100644
--- a/integration-tests/devui/pom.xml
+++ b/integration-tests/devui/pom.xml
@@ -37,6 +37,10 @@
io.quarkus
quarkus-junit5-internal
+
+ io.quarkus
+ quarkus-vertx-http
+