Fix bad rollback. Rollback to netty 3.6.6, not 3.7.0

This commit is contained in:
Christopher Tubbs 2015-10-16 17:59:07 -04:00
parent 50d79a7be1
commit 44399179cc
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@ index 561832a..93176d5 100644
+ <dependency org="log4j" name="log4j" rev="1.2.17" transitive="false" conf="default"/>
+ <dependency org="jline" name="jline" rev="1.0" transitive="false" conf="default"/>
<dependency org="io.netty" name="netty" conf="default" rev="3.7.0.Final">
- <dependency org="io.netty" name="netty" conf="default" rev="3.7.0.Final">
+ <dependency org="io.netty" name="netty" conf="default" rev="3.6.6.Final">
<artifact name="netty" type="jar" conf="default"/>
</dependency>