Fix a build failure due to missing classifier

This commit is contained in:
Trustin Lee 2014-05-02 14:35:30 +09:00
parent 6c1af9036f
commit 2ff06676ca

View File

@ -106,6 +106,7 @@
<groupId>${project.groupId}</groupId>
<artifactId>netty-transport-native-epoll</artifactId>
<version>${project.version}</version>
<classifier>${os.detected.classifier}</classifier>
<scope>compile</scope>
<optional>true</optional>
</dependency>