Add io.micrometer:micrometer-binders as dependency to the test suite

This commit is contained in:
Moritz Halbritter 2022-03-01 11:56:43 +01:00
parent 7897a913a7
commit 9c958669f4
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ dependencies {
testImplementation("com.unboundid:unboundid-ldapsdk")
testImplementation("io.lettuce:lettuce-core")
testImplementation("io.micrometer:micrometer-registry-prometheus")
testImplementation("io.micrometer:micrometer-binders")
testImplementation("io.projectreactor.netty:reactor-netty-http")
testImplementation("io.projectreactor:reactor-core")
testImplementation("io.projectreactor:reactor-test")