Align maven artifact name to buck artifact

Change-Id: I6cb49541614161d2f6a7d5fbaf2f68877af3379e
diff --git a/protocols/ovsdb/ctl/pom.xml b/protocols/ovsdb/ctl/pom.xml
index e177d38..80de6a1 100644
--- a/protocols/ovsdb/ctl/pom.xml
+++ b/protocols/ovsdb/ctl/pom.xml
@@ -43,7 +43,7 @@
         </dependency>
         <dependency>
             <groupId>org.onosproject</groupId>
-            <artifactId>onos-ovsdb-api</artifactId>
+            <artifactId>onos-protocols-ovsdb-api</artifactId>
         </dependency>
         <dependency>
             <groupId>org.onosproject</groupId>