BUG-4261: introduce DataSchemaNodeAware NormalizedNodeStreamWriter
[yangtools.git] / yang / yang-data-api / pom.xml
index dd492c6b9657cd26a1b529851520c4fc875796ce..a5749544eaf12f2f6211dea1e37efec91f126fea 100644 (file)
@@ -11,8 +11,9 @@
 
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
-        <artifactId>yang</artifactId>
-        <version>0.6.2-SNAPSHOT</version>
+        <artifactId>yangtools-parent</artifactId>
+        <version>0.8.0-SNAPSHOT</version>
+        <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <description>${project.artifactId}</description>
 
     <dependencies>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>util</artifactId>
+        </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>yang-common</artifactId>
@@ -42,5 +47,9 @@
           <artifactId>junit</artifactId>
           <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-core</artifactId>
+        </dependency>
     </dependencies>
 </project>