Fix xmpp project structure problem

+ error-prone bug fix

Change-Id: I5098f1052a3b287b0990959d4d9d83ab7477cdad
diff --git a/protocols/xmpp/core/api/pom.xml b/protocols/xmpp/core/api/pom.xml
index a53c3df..1351238 100644
--- a/protocols/xmpp/core/api/pom.xml
+++ b/protocols/xmpp/core/api/pom.xml
@@ -3,20 +3,19 @@
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
-        <artifactId>onos-xmpp-core</artifactId>
+        <artifactId>onos-protocols-xmpp-core</artifactId>
         <groupId>org.onosproject</groupId>
         <version>1.13.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
-    <artifactId>onos-xmpp-core-api</artifactId>
+    <artifactId>onos-protocols-xmpp-core-api</artifactId>
     <packaging>bundle</packaging>
 
     <dependencies>
         <dependency>
             <groupId>org.igniterealtime</groupId>
             <artifactId>tinder</artifactId>
-            <version>RELEASE</version>
         </dependency>
         <dependency>
             <groupId>io.netty</groupId>
@@ -31,14 +30,6 @@
             <artifactId>netty-handler</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.onosproject</groupId>
-            <artifactId>onos-xmpp-ctl</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>dom4j</groupId>
-            <artifactId>dom4j</artifactId>
-        </dependency>
-        <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
         </dependency>
@@ -58,4 +49,4 @@
     </build>
 
 
-</project>
\ No newline at end of file
+</project>