Skip to content

Commit c5e45b5

Browse files
committed
Merge branch '1.9.x' into 1.10.x
2 parents 8e71c13 + 166b7bc commit c5e45b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

implementations/micrometer-registry-statsd/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ publishing {
6161
asNode()
6262
.dependencies
6363
.dependency
64-
.findAll { ['reactor-core', 'reactor-netty-core', 'netty-resolver-dns-native-macos'].contains(it.artifactId.text()) }
64+
.findAll { ['reactor-core', 'reactor-netty-core', 'netty-resolver-dns-native-macos', 'netty-transport-native-epoll'].contains(it.artifactId.text()) }
6565
.each { it.parent().remove(it) }
6666
}
6767
}

0 commit comments

Comments
 (0)