netty4 OpenFlow southbound

- separate I/O thread and message dispatch threads

Change-Id: I11a10a47de451a9e3063b62f9450be19c3a9dae7
diff --git a/utils/misc/pom.xml b/utils/misc/pom.xml
index 4dfd812..ac63197 100644
--- a/utils/misc/pom.xml
+++ b/utils/misc/pom.xml
@@ -49,10 +49,13 @@
             <artifactId>easymock</artifactId>
             <scope>test</scope>
         </dependency>
+
+        <!-- for HashedWheelTimer -->
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty</artifactId>
         </dependency>
+
         <dependency>
             <groupId>commons-lang</groupId>
             <artifactId>commons-lang</artifactId>