Integration with MDSAL Util
[vpnservice.git] / vpnmanager / vpnmanager-impl / pom.xml
index 20886d9bb8eb389d8262050ea229e0f401bb88fb..ba626fb075a0b76c962ee4aec85add75968b72cc 100644 (file)
@@ -31,7 +31,22 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <artifactId>bgpmanager-api</artifactId>
       <version>1.0-SNAPSHOT</version>
     </dependency>
-           <!--  TEST Dependencies -->
+    <dependency>
+      <groupId>org.opendaylight.vpnservice</groupId>
+      <artifactId>fibmanager-api</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>mdsalutil-api</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>interfacemgr-api</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+    <!--  TEST Dependencies -->
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>