adding packet types
diff --git a/net/api/pom.xml b/net/api/pom.xml
index 79737d3..d542a97 100644
--- a/net/api/pom.xml
+++ b/net/api/pom.xml
@@ -21,6 +21,10 @@
             <groupId>com.google.guava</groupId>
             <artifactId>guava-testlib</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.onlab.onos</groupId>
+            <artifactId>onlab-misc</artifactId>
+        </dependency>
     </dependencies>
 
 </project>