Fix build failure in yang-data-operations. Add yang-parser-impl test dependency 59/5859/1
authorMaros Marsalek <mmarsale@cisco.com>
Wed, 2 Apr 2014 07:55:02 +0000 (09:55 +0200)
committerMaros Marsalek <mmarsale@cisco.com>
Wed, 2 Apr 2014 07:55:02 +0000 (09:55 +0200)
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
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>