Upgrade to netty-tcnative 1.1.30.Fork2 to support Windows

This commit is contained in:
Trustin Lee 2014-05-28 10:55:52 +09:00
parent 8df9dd7dda
commit b4e6931294

View File

@ -393,7 +393,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>netty-tcnative</artifactId>
<version>1.1.30.Fork1</version>
<version>1.1.30.Fork2</version>
<classifier>${os.detected.classifier}</classifier>
<scope>compile</scope>
<optional>true</optional>