From 25a872fc9c99b18b43d9889d25f6114abfde9cb4 Mon Sep 17 00:00:00 2001 From: Igor Artamonov Date: Sun, 17 May 2020 20:30:50 -0400 Subject: [PATCH] problem: duplicate netty classes ref: #8 --- build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index bb9ca93cb..eb72f0f84 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ plugins { group = 'io.emeraldpay.dshackle' -version = '0.6.0' +version = '0.6.1' targetCompatibility = '1.8' sourceCompatibility = '1.8' @@ -57,7 +57,6 @@ dependencies { compile "io.grpc:grpc-stub:${grpcVersion}" compile "io.grpc:grpc-netty:${grpcVersion}" compile "io.netty:netty-tcnative-boringssl-static:2.0.29.Final" - compile "io.netty:netty-all:4.1.48.Final" compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8" compile "org.jetbrains.kotlin:kotlin-reflect"