Skip to content

Commit

Permalink
Remove io.netty.versions.properties from JAR
Browse files Browse the repository at this point in the history
Closes gh-5982
  • Loading branch information
shakuzen committed Feb 27, 2025
1 parent ca4afda commit 5972a29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions implementations/micrometer-registry-statsd/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ shadowJar {
include(dependency('io.netty:'))
// see gh-5953
exclude("META-INF/maven/**")
exclude("META-INF/io.netty.versions.properties")
}
relocate 'reactor', 'io.micrometer.shaded.reactor'
relocate 'org.reactivestreams', 'io.micrometer.shaded.org.reactorstreams'
Expand Down

0 comments on commit 5972a29

Please sign in to comment.