mirror of
https://github.com/PaperMC/Velocity.git
synced 2024-11-21 03:11:38 +08:00
Revert "Stop bundling the Netty DNS resolver, we don't use it"
This reverts commit 88a57b77df
.
Breaks Geyser
This commit is contained in:
parent
8c52341ff6
commit
991aaa31b1
@ -52,6 +52,7 @@ dependencies {
|
||||
implementation "io.netty:netty-transport-native-epoll:${nettyVersion}"
|
||||
implementation "io.netty:netty-transport-native-epoll:${nettyVersion}:linux-x86_64"
|
||||
implementation "io.netty:netty-transport-native-epoll:${nettyVersion}:linux-aarch_64"
|
||||
implementation "io.netty:netty-resolver-dns:${nettyVersion}"
|
||||
|
||||
implementation "org.apache.logging.log4j:log4j-api:${log4jVersion}"
|
||||
implementation "org.apache.logging.log4j:log4j-core:${log4jVersion}"
|
||||
|
Loading…
Reference in New Issue
Block a user