mirror of
https://github.com/Minestom/Minestom.git
synced 2024-12-29 04:28:21 +01:00
Removed netty-all, because you don't need HTTP codecs and etc
This commit is contained in:
parent
2db810bafa
commit
e2e3e38971
@ -17,8 +17,9 @@ repositories {
|
||||
dependencies {
|
||||
testCompile group: 'junit', name: 'junit', version: '4.12'
|
||||
|
||||
// https://mvnrepository.com/artifact/io.netty/netty-all
|
||||
api group: 'io.netty', name: 'netty-all', version: '4.1.50.Final'
|
||||
api 'io.netty:netty-handler:4.1.45.Final'
|
||||
api 'io.netty:netty-codec:4.1.45.Final'
|
||||
implementation 'io.netty:netty-transport-native-epoll:4.1.45.Final:linux-x86_64'
|
||||
|
||||
api 'com.github.jhg023:Pbbl:1.0.2'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user