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

@ -1,13 +0,0 @@
name: dependabot-auto-merge
on: pull_request
jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
github-token: ${{ secrets.GIT_ACTION_TOKEN }}
target: minor

View file

@ -46,13 +46,11 @@ jobs:
fail-fast: false
matrix:
version:
- 21.0.2
- 21.1.2
- 22.0.5
- 23.0.7
- 24.0.5
- 25.0.6
- 26.0.2
- 26.0.7
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4

View file

@ -1,6 +1,6 @@
# Keycloak Metrics
Provides metrics for Keycloak user/admin events and user/client/session count. Tested on Keycloak [21-25](.github/workflows/pr.yaml#L50-L55).
Provides metrics for Keycloak user/admin events and user/client/session count. Tested on Keycloak [22-26](.github/workflows/pr.yaml#L48-L53).
[![Apache License, Version 2.0, January 2004](https://img.shields.io/github/license/kokuwaio/keycloak-event-metrics.svg?label=License)](http://www.apache.org/licenses/)
[![Maven Central](https://img.shields.io/maven-central/v/io.kokuwa.keycloak/keycloak-event-metrics.svg?label=Maven%20Central)](https://central.sonatype.com/search?namespace=io.kokuwa.keycloak&q=keycloak-event-metrics)

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>