Release odlparent
[odlparent.git] / features / odl-netty-4 / pom.xml
index 34637805dc37fc3bda5584e1c6554a0c1d5c5990..cefbe7e1c8dd33532bdf2d5f339b08e530b4e7ac 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>13.0.9</version>
         <relativePath>../../single-feature-parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odl-netty-4</artifactId>
-    <version>11.0.1-SNAPSHOT</version>
+    <version>13.0.9</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: Netty</name>
         <!--
             Here we need to depend on all available native epoll implementations; we can't limit ourselves to the build
             platform and we can't require the build platform to have an implementation (e.g. OS X) -->
-        <dependency>
+        <!--dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-transport-native-epoll</artifactId>
             <classifier>linux-aarch_64</classifier>
-        </dependency>
+        </dependency-->
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-transport-native-epoll</artifactId>
             <classifier>linux-x86_64</classifier>
         </dependency>
-        <dependency>
+        <!--dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-transport-native-unix-common</artifactId>
             <classifier>linux-aarch_64</classifier>
-        </dependency>
+        </dependency-->
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-transport-native-unix-common</artifactId>