Fix IDELauncher after removing Vert.x Dev UI dependency (#22494)
This commit is contained in:
parent
bbeac9d533
commit
60ac69d8ac
1 changed files with 8 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue