KeycloakServer application not working

closes #36301

Signed-off-by: mposolda <mposolda@gmail.com>
This commit is contained in:
mposolda 2025-01-08 15:43:05 +01:00 committed by Marek Posolda
parent 02691a8d76
commit 23440972fe

View File

@ -273,6 +273,11 @@
<artifactId>mssql-jdbc</artifactId>
<version>${mssql-jdbc.version}</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-micrometer</artifactId>
</dependency>
</dependencies>