Reorganize mappingservice.implementation
[lispflowmapping.git] / mappingservice / southbound / pom.xml
index fc4ea7bbd768b324b613ab5e00d07087cde4a6ea..e311d24f326c323af90627676aef40ca2bae6268 100644 (file)
@@ -8,9 +8,7 @@
     <version>1.3.0-SNAPSHOT</version>
   </parent>
 
-  <groupId>org.opendaylight.lispflowmapping</groupId>
   <artifactId>mappingservice.southbound</artifactId>
-  <version>1.3.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>Mapping Service Southbound Plugin</name>
 
@@ -22,7 +20,7 @@
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
-      <artifactId>mappingservice.implementation</artifactId>
+      <artifactId>mappingservice.yangmodel</artifactId>
       <version>${project.version}</version>
     </dependency>
   </dependencies>