Working on IO loop stuff.
diff --git a/utils/nio/pom.xml b/utils/nio/pom.xml
index 561d2d4..f7a46b2 100644
--- a/utils/nio/pom.xml
+++ b/utils/nio/pom.xml
@@ -22,6 +22,15 @@
             <artifactId>guava-testlib</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.onlab.onos</groupId>
+            <artifactId>onlab-misc</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.onlab.onos</groupId>
+            <artifactId>onlab-junit</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
 </project>