Initial checkin for FIB Manager Provider
[vpnservice.git] / fibmanager / fibmanager-impl / pom.xml
index 732bd2f594f9a498d127f287eaa62d0010569157..95b37969a3e5456c9bb70c8b16fdc38ca2015777 100644 (file)
@@ -21,6 +21,16 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <version>0.0.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <dependencies>
+    <dependency>
+      <groupId>org.opendaylight.vpnservice</groupId>
+      <artifactId>fibmanager-api</artifactId>
+      <version>0.0.1-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.vpnservice</groupId>
+      <artifactId>vpnmanager-impl</artifactId>
+      <version>1.0-SNAPSHOT</version>
+    </dependency>
     <!-- Testing Dependencies -->
     <dependency>
       <groupId>junit</groupId>