Upgrade to netty-tcnative 1.1.30.Fork2 to support Windows

This commit is contained in:
Trustin Lee 2014-05-28 10:55:03 +09:00
parent f97e81c305
commit 18264346f6

View File

@ -74,7 +74,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>