Bump versions to 4.0.16-SNAPSHOT
[mdsal.git] / docs / pom.xml
index d79e0ebe8c95fdc2b844360d1055cdd6a059fb74..d6e63c41696bc33c358f4dec66a284b676dd0455 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>dom-parent</artifactId>
-        <version>4.0.15-SNAPSHOT</version>
+        <version>4.0.16-SNAPSHOT</version>
         <relativePath>../dom/dom-parent</relativePath>
     </parent>
 
             <artifactId>junit</artifactId>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>io.netty</groupId>
+            <artifactId>netty-transport-native-epoll</artifactId>
+            <scope>provided</scope>
+        </dependency>
     </dependencies>
 
     <build>