Remove references to onlab-netty and onlab-nio

Change-Id: I812f5a07d8b708d91939369a8d2cc2a79758fa66
diff --git a/features/features.xml b/features/features.xml
index 4daf340..58750fb 100644
--- a/features/features.xml
+++ b/features/features.xml
@@ -46,8 +46,6 @@
         <bundle>mvn:com.esotericsoftware/minlog/1.3.0</bundle>
         <bundle>mvn:org.objenesis/objenesis/2.1</bundle>
 
-        <bundle>mvn:org.onosproject/onlab-nio/@ONOS-VERSION</bundle>
-
         <bundle>mvn:com.fasterxml.jackson.core/jackson-core/2.7.0</bundle>
         <bundle>mvn:com.fasterxml.jackson.core/jackson-annotations/2.7.0</bundle>
         <bundle>mvn:com.fasterxml.jackson.core/jackson-databind/2.7.0</bundle>
@@ -96,7 +94,6 @@
         <bundle>mvn:org.onosproject/onos-core-primitives/@ONOS-VERSION</bundle>
         <bundle>mvn:org.onosproject/onos-core-persistence/@ONOS-VERSION</bundle>
         <bundle>mvn:org.onosproject/onos-core-serializers/@ONOS-VERSION</bundle>
-        <bundle>mvn:org.onosproject/onlab-netty/@ONOS-VERSION</bundle>
         <bundle>mvn:commons-configuration/commons-configuration/1.10</bundle>
     </feature>
 
diff --git a/pom.xml b/pom.xml
index 4280443..3669294 100644
--- a/pom.xml
+++ b/pom.xml
@@ -330,11 +330,6 @@
             </dependency>
             <dependency>
                 <groupId>org.onosproject</groupId>
-                <artifactId>onlab-nio</artifactId>
-                <version>${project.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.onosproject</groupId>
                 <artifactId>onlab-osgi</artifactId>
                 <version>${project.version}</version>
             </dependency>