added modules to features and nexthopmgr updates.
[vpnservice.git] / nexthopmgr / nexthopmgr-impl / pom.xml
index 3078bc22f01d254874451d5ae2baee68836ca208..c519fe5e887246d970aa86a98d94bed8d7233c36 100644 (file)
@@ -23,12 +23,17 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <dependencies>
     <dependency>
       <groupId>${project.groupId}</groupId>
-      <artifactId>nexthopmgr-api</artifactId>
+      <artifactId>vpnmanager-api</artifactId>
+      <version>0.0.1-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>interfacemgr-api</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
-      <artifactId>vpnmanager-api</artifactId>
+      <artifactId>nexthopmgr-api</artifactId>
       <version>${project.version}</version>
     </dependency>