Added missing dependencies to themes/pom.xml
Closes #24571 Signed-off-by: Tero Saarni <tero.saarni@est.tech>
This commit is contained in:
parent
3f014c7299
commit
2bb9992eb7
1 changed files with 11 additions and 0 deletions
|
@ -22,6 +22,17 @@
|
|||
<maven.build.cache.exclude.4>${project.basedir}/src/main/resources/theme/keycloak.v2/account/src/web_modules</maven.build.cache.exclude.4>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.keycloak</groupId>
|
||||
<artifactId>keycloak-admin-ui</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.keycloak</groupId>
|
||||
<artifactId>keycloak-account-ui</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<resources>
|
||||
<resource>
|
||||
|
|
Loading…
Reference in a new issue