Fix build failure in yang-data-operations. Add yang-parser-impl test dependency
[yangtools.git] / yang / yang-data-operations / pom.xml
index 6e25ed8107216f3573e69a8ee2c2725b5341fd51..dee77da4a0c3a48bf65924569ed0d59951642bee 100644 (file)
             <artifactId>junit</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>yang-parser-impl</artifactId>
+            <scope>test</scope>
+        </dependency>
 
     </dependencies>
 </project>