Make sure OpenSslEngine is tested against transport-native-epoll

This commit is contained in:
Trustin Lee 2014-06-21 18:28:07 +09:00
parent cdaeb54fb9
commit e99f26fe09

View File

@ -49,6 +49,12 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>netty-tcnative</artifactId>
<classifier>${os.detected.classifier}</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>