netty4 OpenFlow southbound

- separate I/O thread and message dispatch threads

Change-Id: I11a10a47de451a9e3063b62f9450be19c3a9dae7
diff --git a/drivers/corsa/pom.xml b/drivers/corsa/pom.xml
index 5780d35..9025608 100644
--- a/drivers/corsa/pom.xml
+++ b/drivers/corsa/pom.xml
@@ -44,7 +44,7 @@
     <dependencies>
         <dependency>
             <groupId>org.onosproject</groupId>
-            <artifactId>onos-of-api</artifactId>
+            <artifactId>onos-protocols-openflow-api</artifactId>
         </dependency>
         <dependency>
             <groupId>org.onosproject</groupId>
@@ -57,4 +57,4 @@
         </dependency>
     </dependencies>
 
-</project>
\ No newline at end of file
+</project>
diff --git a/drivers/default/features.xml b/drivers/default/features.xml
index 4f2efc5..71b3383 100644
--- a/drivers/default/features.xml
+++ b/drivers/default/features.xml
@@ -21,7 +21,7 @@
         <bundle>mvn:${project.groupId}/${project.artifactId}/${project.version}</bundle>
 
         <bundle>mvn:org.onosproject/openflowj/3.2.0.onos</bundle>
-        <bundle>mvn:${project.groupId}/onos-of-api/${project.version}</bundle>
+        <bundle>mvn:${project.groupId}/onos-protocols-openflow-api/${project.version}</bundle>
 
     </feature>
 </features>
diff --git a/drivers/default/pom.xml b/drivers/default/pom.xml
index e6c7add..634a4e8 100644
--- a/drivers/default/pom.xml
+++ b/drivers/default/pom.xml
@@ -40,7 +40,7 @@
     <dependencies>
         <dependency>
             <groupId>org.onosproject</groupId>
-            <artifactId>onos-of-api</artifactId>
+            <artifactId>onos-protocols-openflow-api</artifactId>
         </dependency>
         <dependency>
             <groupId>org.onosproject</groupId>
diff --git a/drivers/optical/pom.xml b/drivers/optical/pom.xml
index 835f18a..df8c61b 100644
--- a/drivers/optical/pom.xml
+++ b/drivers/optical/pom.xml
@@ -62,7 +62,7 @@
 
         <dependency>
             <groupId>org.onosproject</groupId>
-            <artifactId>onos-of-api</artifactId>
+            <artifactId>onos-protocols-openflow-api</artifactId>
         </dependency>
 
         <dependency>