Bump versions to 7.0.3-SNAPSHOT
[netconf.git] / transport / transport-tcp / pom.xml
index 745aa99821f6aea35b9fe30c6803bf5f1d4753a4..08ddd01446675afba7754e784faf98e9733819e7 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>7.0.0-SNAPSHOT</version>
+        <version>7.0.3-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>transport-api</artifactId>
         </dependency>
-
-        <dependency>
-            <groupId>io.netty</groupId>
-            <artifactId>netty-transport-native-epoll</artifactId>
-            <classifier>linux-x86_64</classifier>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 
     <build>