Closed pjgg closed 1 year ago
You need to add io.quarkus:quarkus-vertx-http
which brings in io.vertx:vertx-web
You need to add
io.quarkus:quarkus-vertx-http
which brings inio.vertx:vertx-web
Sorry was my fault is full described here: https://quarkus.io/blog/magic-control/#using-the-managed-http-server
NP :)
Describe the bug
Following this post
https://quarkus.io/blog/magic-control/
, I am trying to develop a Quarkus app without magic through Vertx, basically, my dependencies are justAnd my application code is:
But the import
import io.vertx.ext.web.Router
is not found. In my opinion, the extensionio.quarkus:quarkus-vertx
should include all Vertx required dependencies in order to run a basic pure vertx microservice.Workaround: Add as a dependency the extension
io.quarkus:quarkus-smallrye-openapi