parent
9945135861
commit
0319e0f8c2
1 changed files with 5 additions and 1 deletions
6
pom.xml
6
pom.xml
|
@ -286,7 +286,11 @@
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.yaml</groupId>
|
||||||
|
<artifactId>snakeyaml</artifactId>
|
||||||
|
<version>1.33</version>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.keycloak</groupId>
|
<groupId>org.keycloak</groupId>
|
||||||
<artifactId>keycloak-dependencies-admin-ui-wrapper</artifactId>
|
<artifactId>keycloak-dependencies-admin-ui-wrapper</artifactId>
|
||||||
|
|
Loading…
Reference in a new issue