changes to IdManagerImplModule
[vpnservice.git] / idmanager / idmanager-impl / pom.xml
index 3f01a5be102b2a117b0f60e721ff4dde47b87a1b..06b5f88a8e9740e905efd14bd897af81810d5f1b 100644 (file)
@@ -27,17 +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>
+    <dependency>
+      <groupId>org.opendaylight.vpnservice</groupId>
+      <artifactId>idmanager-api</artifactId>
+      <version>0.0.1-SNAPSHOT</version>
+    </dependency>
   </dependencies>
   <build>
     <plugins>