Signed-off-by: Konstantin Boudnik <cos@boudnik.org> (cherry picked from commit b4c6b511e705230dfe4580288addacb81f5c5c5f)
@@ -81,6 +81,11 @@
<artifactId>slf4j-log4j12</artifactId>
<scope>runtime</scope>
</dependency>
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty</artifactId>
+ <scope>compile</scope>
+ </dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
@@ -173,6 +173,11 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<artifactId>xmlenc</artifactId>
<scope>compile</scope>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>