changes to IdManagerImplModule
[vpnservice.git] / idmanager / idmanager-impl / pom.xml
index 03ecb36c8ac9b7cae674fdec0d2acd20dcf1c4d0..06b5f88a8e9740e905efd14bd897af81810d5f1b 100644 (file)
@@ -27,12 +27,16 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <artifactId>junit</artifactId>
       <scope>test</scope>
     </dependency>
-
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-all</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.vpnservice</groupId>
+      <artifactId>idmanager-api</artifactId>
+      <version>0.0.1-SNAPSHOT</version>
+    </dependency>
   </dependencies>
   <build>
     <plugins>