General cleanup of pom files under protocols.

Change-Id: I461f55665fc57057261bdd81f6bbe8258ee7b49b
diff --git a/protocols/pom.xml b/protocols/pom.xml
index 1fc63d6..25219fa 100644
--- a/protocols/pom.xml
+++ b/protocols/pom.xml
@@ -29,7 +29,7 @@
     <artifactId>onos-protocols</artifactId>
     <packaging>pom</packaging>
 
-    <description>ONOS south-bound protocols</description>
+    <description>ONOS southbound protocols</description>
 
     <modules>
         <module>openflow</module>
@@ -40,6 +40,19 @@
     </modules>
 
     <dependencies>
+        <dependency>
+            <groupId>org.onosproject</groupId>
+            <artifactId>onlab-misc</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.onosproject</groupId>
+            <artifactId>onlab-junit</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <build>