Skip to content

Commit ce1e0a6

Browse files
Add keycloak-rest-admin-ui-ext to quarkus app (keycloak#17650)
Fixes keycloak#17649
1 parent 7aede42 commit ce1e0a6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

quarkus/runtime/pom.xml

+11
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,17 @@
359359
</exclusions>
360360
</dependency>
361361

362+
<dependency>
363+
<groupId>org.keycloak</groupId>
364+
<artifactId>keycloak-rest-admin-ui-ext</artifactId>
365+
<exclusions>
366+
<exclusion>
367+
<groupId>*</groupId>
368+
<artifactId>*</artifactId>
369+
</exclusion>
370+
</exclusions>
371+
</dependency>
372+
362373
<!-- Keycloak Dependencies-->
363374
<dependency>
364375
<groupId>org.jboss.resteasy</groupId>

0 commit comments

Comments
 (0)