Skip to content

Commit

Permalink
[test] Remove the workaround for Micrometer - Mockito issue (#3201)
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Apr 25, 2024
1 parent 73e1e6e commit 65e663b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions reactor-netty-http/build.gradle
Expand Up @@ -132,12 +132,7 @@ dependencies {
// JSR-305 annotations
testCompileOnly "com.google.code.findbugs:jsr305:$jsr305Version"

testImplementation ("org.mockito:mockito-core") {
// Workaround for https://github.com/micrometer-metrics/micrometer/issues/4968
version {
strictly "$mockitoVersion"
}
}
testImplementation "org.mockito:mockito-core:$mockitoVersion"
testImplementation "io.specto:hoverfly-java-junit5:$hoverflyJavaVersion"
testImplementation "org.apache.tomcat.embed:tomcat-embed-core:$tomcatVersion"
testImplementation "io.projectreactor:reactor-test:$testAddonVersion"
Expand Down

0 comments on commit 65e663b

Please sign in to comment.