fixed the bom
This commit is contained in:
parent
26bf7f251d
commit
5472364265
1 changed files with 2 additions and 2 deletions
|
@ -131,8 +131,8 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.keycloak</groupId>
|
<groupId>org.keycloak</groupId>
|
||||||
<artifactId>keycloak-spring-boot-2-starter</artifactId>
|
<artifactId>keycloak-legacy-spring-boot-starter</artifactId>
|
||||||
<version>4.1.0.Final-SNAPSHOT</version>
|
<version>4.2.0.Final-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.keycloak</groupId>
|
<groupId>org.keycloak</groupId>
|
||||||
|
|
Loading…
Reference in a new issue