Netty 4.1 without netty conflicting with netty 4.0
Maven:
<dependency>
<groupId>com.hubspot</groupId>
<artifactId>netty-all-41</artifactId>
<version>4.1.108-SNAPSHOT</version>
<classifier>shaded</classifier>
</dependency>
Imports
import nettyfourone.io.netty.....;
If you want to upgrade the version of netty here, there are a couple of steps:
Set the netty version to 4.1.X.Final