Fix IDELauncher after removing Vert.x Dev UI dependency (#22494)

This commit is contained in:
Martin Bartoš 2023-08-17 16:58:42 +02:00 committed by GitHub
parent bbeac9d533
commit 60ac69d8ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,14 @@
<groupId>org.keycloak</groupId>
<artifactId>keycloak-quarkus-server</artifactId>
</dependency>
<!-- Necessary for proper execution of IDELauncher -->
<!-- Can be removed as part of the https://github.com/keycloak/keycloak/issues/22455 enhancement -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-vertx-http-dev-ui-resources</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
<properties>