From a1b87411fb1a162114e67dbfa4f0a66a799d7aaa Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Sat, 21 Jun 2014 18:28:07 +0900 Subject: [PATCH] Make sure OpenSslEngine is tested against transport-native-epoll --- transport-native-epoll/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/transport-native-epoll/pom.xml b/transport-native-epoll/pom.xml index 88e0e461d9..a3080e83fd 100644 --- a/transport-native-epoll/pom.xml +++ b/transport-native-epoll/pom.xml @@ -49,6 +49,12 @@ test-jar test + + ${project.groupId} + netty-tcnative + ${os.detected.classifier} + test + junit junit