Add support for using epoll Netty transport
[ovsdb.git] / library / impl / pom.xml
index df72e5f83ea85b4efbbd421e5bae204bb3bd819b..e68ccc69f8173b4cc61d759d3c81c24355d43a37 100644 (file)
@@ -64,6 +64,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <groupId>io.netty</groupId>
       <artifactId>netty-transport</artifactId>
     </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-transport-native-epoll</artifactId>
+      <classifier>linux-x86_64</classifier>
+    </dependency>
+
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>