yada

danielcompton 2018-10-16T00:06:42.000100Z

Yep, it's super painful

danielcompton 2018-10-16T00:07:19.000200Z

Also be aware that some projects can depend on a netty-all jar which contains all of the Netty dependencies for a particular version, while others depend on the specific JARs

danielcompton 2018-10-16T00:07:55.000100Z

This means that you can have a project without any dependency conflicts, but still run into trouble if your netty-all version doesn't match the other netty JARs

danielcompton 2018-10-16T00:08:10.000100Z

https://github.com/ztellman/aleph/issues/335