Refactor test: remove micrometer mocking, micrometer is testable (#32)

This commit is contained in:
Stephan Schnabel 2023-05-02 09:02:27 +02:00 committed by GitHub
parent b4e8c3be4e
commit cfce0dee45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 61 additions and 70 deletions

View file

@ -159,7 +159,7 @@
<groupId>com.openshift</groupId>
<artifactId>openshift-restclient-java</artifactId>
</exclusion>
<exclusion>
<exclusion><!-- https://github.com/keycloak/keycloak/issues/19850 -->
<groupId>org.keycloak</groupId>
<artifactId>keycloak-admin-ui</artifactId>
</exclusion>