Validate parsed QName to identity
[yangtools.git] / yang / yang-data-util / pom.xml
index d15e02815de16f028638967911137d361e6cc6d6..1618da9e73a29439f76442b1cb35a70d9e63e4a8 100644 (file)
             <groupId>${project.groupId}</groupId>
             <artifactId>yang-model-util</artifactId>
         </dependency>
+
+        <!-- Test dependencies -->
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-core</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>yang-test-util</artifactId>
+        </dependency>
     </dependencies>
 
        <build>