Itm:change in namespace, new RPCs, vpnmanager integration
[vpnservice.git] / features / pom.xml
index e992726c6e3f00c159fbdb55a50161c70f9fe424..569c136bed4013133fd2bfb6293d2cc7861c50ee 100644 (file)
@@ -285,17 +285,22 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <version>${idmanager.version}</version>
     </dependency>
     <dependency>
-      <groupId>org.opendaylight.vpnservice</groupId>
+      <groupId>${project.groupId}</groupId>
       <artifactId>itm-impl</artifactId>
       <version>${itm.version}</version>
     </dependency>
     <dependency>
-      <groupId>org.opendaylight.vpnservice</groupId>
+      <groupId>${project.groupId}</groupId>
       <artifactId>itm-impl</artifactId>
       <version>${itm.version}</version>
       <classifier>config</classifier>
       <type>xml</type>
     </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>itm-api</artifactId>
+      <version>${itm.version}</version>
+    </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>dhcpservice-impl</artifactId>