Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correctly exclude netty-tcnative classes from the all jar.
Motivation: We need to exclude the netty-tcnative classes from the all jar when building it as otherwise there may be classloader issues. Modifications: Add io/netty/internal/tcnative to the exclude list. Result: Fixes [netty#6791]
- Loading branch information