From e2e3e389710ff62cb025d7469809ef538700b221 Mon Sep 17 00:00:00 2001 From: artem Date: Sun, 28 Jun 2020 23:23:52 +0500 Subject: [PATCH] Removed netty-all, because you don't need HTTP codecs and etc --- build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 6c434da26..c7b36886f 100644 --- a/build.gradle +++ b/build.gradle @@ -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'