Skip to content

Commit

Permalink
Add keycloak-rest-admin-ui-ext to quarkus app (keycloak#17650)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdarimont committed Mar 14, 2023
1 parent 7aede42 commit ce1e0a6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions quarkus/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,17 @@
</exclusions>
</dependency>

<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-rest-admin-ui-ext</artifactId>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- Keycloak Dependencies-->
<dependency>
<groupId>org.jboss.resteasy</groupId>
Expand Down

0 comments on commit ce1e0a6

Please sign in to comment.