Remove Vert.x Dev UI dependency (#22456)

Closes #22446
This commit is contained in:
Martin Bartoš 2023-08-15 14:00:33 +02:00 committed by GitHub
parent fa3d1a6345
commit 9d3b2e7ae7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,13 @@
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-reactive-routes-deployment</artifactId>
<exclusions>
<!-- Can be removed as part of the https://github.com/keycloak/keycloak/issues/22455 enhancement -->
<exclusion>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-vertx-http-dev-ui-resources</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>