Fix a build failure due to missing classifier

This commit is contained in:
Trustin Lee 2014-05-02 14:35:30 +09:00
parent 568295d6c0
commit b611e57205

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>