Adopt to SLF4J 2.0 upgrade.

Exclude transitive Micrometer Test dependencies that ship outdated SLF4J implementations.

Closes #4189
This commit is contained in:
Mark Paluch
2022-09-30 13:38:52 +02:00
parent 2d2f67cc93
commit 19819680f9

View File

@@ -313,6 +313,12 @@
<groupId>io.micrometer</groupId>
<artifactId>micrometer-test</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8-standalone</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>