Refactor test: remove micrometer mocking, micrometer is testable

This commit is contained in:
Stephan Schnabel 2023-04-27 09:32:01 +02:00
parent b4e8c3be4e
commit ac7872b226
Signed by: stephan.schnabel
GPG key ID: E07AF5BA239FE543
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>