General cleanup of pom files under protocols.

Change-Id: I461f55665fc57057261bdd81f6bbe8258ee7b49b
diff --git a/protocols/ovsdb/pom.xml b/protocols/ovsdb/pom.xml
index 1284d75..03e9d98 100644
--- a/protocols/ovsdb/pom.xml
+++ b/protocols/ovsdb/pom.xml
@@ -26,25 +26,18 @@
     </parent>
 
     <artifactId>onos-ovsdb</artifactId>
-    <name>onos-ovsdb</name>
     <packaging>pom</packaging>
 
     <description>ONOS OVSDB southbound plugin</description>
+
+    <modules>
+        <module>api</module>
+        <module>rfc</module>
+        <module>ctl</module>
+    </modules>
+
     <dependencies>
         <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.onosproject</groupId>
-            <artifactId>onlab-misc</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.onosproject</groupId>
-            <artifactId>onlab-junit</artifactId>
-        </dependency>
-        <dependency>
           <groupId>io.netty</groupId>
           <artifactId>netty-buffer</artifactId>
         </dependency>
@@ -54,18 +47,4 @@
         </dependency>
     </dependencies>
 
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>maven-bundle-plugin</artifactId>
-            </plugin>
-        </plugins>
-    </build>
-
-    <modules>
-        <module>api</module>
-        <module>rfc</module>
-        <module>ctl</module>
-    </modules>
 </project>
\ No newline at end of file