Bug 3230 - Attempt to use Epoll native transport if available
[openflowjava.git] / features / pom.xml
index 62dc813d3700164dc36a724ed1197b74babedeaa..f35b4d8acd5bcf9bfb308a77e251f5857c17e9ac 100644 (file)
       <groupId>io.netty</groupId>
       <artifactId>netty-transport</artifactId>
     </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-transport-native-epoll</artifactId>
+      <!-- Explicitly bring in the linux classifier, test may fail on 32-bit linux -->
+      <classifier>linux-x86_64</classifier>
+    </dependency>
   </dependencies>
 
 </project>