Reorganize mappingservice.implementation
[lispflowmapping.git] / mappingservice / yangmodel / pom.xml
index b4e62d4e4c1cb71dfe17146d2b31ecff3cef00f3..c1c665ffb5cc0b2d9abda80cde26a4c7f619565b 100644 (file)
@@ -35,5 +35,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <groupId>org.opendaylight.yangtools.model</groupId>
       <artifactId>yang-ext</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-lang3</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.lispflowmapping</groupId>
+      <artifactId>common.unittest.tools</artifactId>
+      <version>${project.version}</version>
+    </dependency>
   </dependencies>
 </project>