Bump versions to 0.21.6-SNAPSHOT
[bgpcep.git] / bgp / peer-acceptor / pom.xml
index 6c84831647b06c98a5bcae2161257aeea74a850c..fceea7fe4c213ada44dea07ad5a21178ec3f9083 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.17.2-SNAPSHOT</version>
+        <version>0.21.6-SNAPSHOT</version>
         <relativePath>../../binding-parent</relativePath>
     </parent>
 
     <packaging>bundle</packaging>
     <name>${project.artifactId}</name>
 
+    <properties>
+        <odlparent.dependency.enforce>false</odlparent.dependency.enforce>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <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>