Bump versions to 0.21.1-SNAPSHOT
[bgpcep.git] / bgp / peer-acceptor / pom.xml
index 9f3a5849520ac0fab60a759b70ef4a9770173780..fe75ad2f07644c7be33cc45db5a8456e1e27451a 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.17.4-SNAPSHOT</version>
+        <version>0.21.1-SNAPSHOT</version>
         <relativePath>../../binding-parent</relativePath>
     </parent>
 
             <groupId>io.netty</groupId>
             <artifactId>netty-transport-classes-epoll</artifactId>
         </dependency>
+        <dependency>
+            <groupId>io.netty</groupId>
+            <artifactId>netty-transport-native-epoll</artifactId>
+            <classifier>linux-x86_64</classifier>
+        </dependency>
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-transport</artifactId>