Skip to content

Commit

Permalink
deleted comment
Browse files Browse the repository at this point in the history
  • Loading branch information
majisourav99 committed Oct 25, 2023
1 parent 8cd37fc commit fe0b2ef
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe0b2ef

Please sign in to comment.