netty4 OpenFlow southbound

- separate I/O thread and message dispatch threads

Change-Id: I11a10a47de451a9e3063b62f9450be19c3a9dae7
diff --git a/providers/openflow/pom.xml b/providers/openflow/pom.xml
index 03114df..b574233 100644
--- a/providers/openflow/pom.xml
+++ b/providers/openflow/pom.xml
@@ -25,7 +25,7 @@
         <version>1.11.0-SNAPSHOT</version>
     </parent>
 
-    <artifactId>onos-of-providers</artifactId>
+    <artifactId>onos-providers-openflow</artifactId>
     <packaging>pom</packaging>
 
     <description>ONOS OpenFlow protocol adapters</description>
@@ -46,11 +46,11 @@
     <dependencies>
         <dependency>
             <groupId>org.onosproject</groupId>
-            <artifactId>onos-of-api</artifactId>
+            <artifactId>onos-protocols-openflow-api</artifactId>
         </dependency>
         <dependency>
             <groupId>org.onosproject</groupId>
-            <artifactId>onos-of-api</artifactId>
+            <artifactId>onos-protocols-openflow-api</artifactId>
             <classifier>tests</classifier>
             <scope>test</scope>
         </dependency>