Fix a build failure due to missing classifier

This commit is contained in:
Trustin Lee 2014-05-02 14:35:30 +09:00
parent 68b4c9f2b5
commit 89a98e9ca7

View File

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