Skip to content

Commit

Permalink
Remove reactor-netty-http dependency in micrometer-test
Browse files Browse the repository at this point in the history
The tests for the ReactorNettySender were removed with ReactorNettySender, but this dependency was missed.

Resolves gh-2802
  • Loading branch information
shakuzen committed Dec 22, 2021
1 parent 7708771 commit db41be8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion micrometer-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ dependencies {
testImplementation 'javax.cache:cache-api'
testImplementation 'com.hazelcast:hazelcast'
testImplementation 'com.squareup.okhttp3:okhttp'
testImplementation 'io.projectreactor.netty:reactor-netty-http'
}

0 comments on commit db41be8

Please sign in to comment.