libp2p / jvm-libp2p

a libp2p implementation for the JVM, written in Kotlin 🔥
https://libp2p.io
Apache License 2.0
275 stars 77 forks source link

Finer grained netty dependencies #276

Closed Nashatyrev closed 1 year ago

Nashatyrev commented 1 year ago

Follow up to https://github.com/libp2p/jvm-libp2p/issues/274#issuecomment-1549011067

'Umbrella' artifact netty-all transitively includes a lot of unneeded Netty dependencies. It's better to have finer grained Netty artifacts dependencies

Nashatyrev commented 1 year ago

Part of #272