diff --git a/build.gradle b/build.gradle index 5521a23afa..f9d9660e40 100644 --- a/build.gradle +++ b/build.gradle @@ -227,17 +227,6 @@ subprojects { exclude module: 'clojure' exclude module: 'kafka_2.10' // This ends up getting pulled in by a few dependencies, unfortunately :/ ... exclude module: 'kafka_2.11' - - // netty-all:4.1.74.Final does not pull any of these, so commenting the exclusion out. - // These various netty modules clash with netty-all, and we transitively pull a different version, which causes NoSuchMethodError - // exclude group: 'io.netty', module: 'netty-buffer' - //exclude group: 'io.netty', module: 'netty-codec' - //exclude group: 'io.netty', module: 'netty-common' - //exclude group: 'io.netty', module: 'netty-handler' - //exclude group: 'io.netty', module: 'netty-resolver' - //exclude group: 'io.netty', module: 'netty-transport' - //exclude group: 'io.netty', module: 'netty-transport-native-epoll' - //exclude group: 'io.netty', module: 'netty-transport-native-unix-common' } compileOnly { // These dependencies are transitively used at runtime, so we cannot exclude them further than compileOnly