Fix build, align keycloak dependencies to avoid mockito classpath issues (#108)

This commit is contained in:
Stephan Schnabel 2024-12-19 09:39:21 +01:00 committed by GitHub
parent bb996faa6f
commit c735477d6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 17 deletions

View file

@ -100,11 +100,13 @@
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-server-spi</artifactId>
<version>${version.org.keycloak.test}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-server-spi-private</artifactId>
<version>${version.org.keycloak.test}</version>
<scope>provided</scope>
</dependency>
<dependency>